Freigeben über


ServiceCreator type

Dies ist ein Rückruf, der von ServiceKey.createCustom() verwendet wird.

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