Поделиться через


ServiceCreator type

Это обратный вызов, используемый ServiceKey.createCustom().

export type ServiceCreator<T> = (serviceScope: ServiceScope) => T;