Compartir a través de


ServiceCreator type

Se trata de una devolución de llamada que usa ServiceKey.createCustom().

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