Saltar al contenido

tsoa-next / tsoa-next / ServiceIdentifier

Tipo Alias: ServiceIdentifier<T>

ts
type ServiceIdentifier<T> = string | symbol | Newable<T> | Function;

Definido en: packages/runtime/src/interfaces/iocModule.ts:5

Tipos de identificación aceptados por tsoa Integraciones de contenedores IoC.

Parámetros tipo

T

T = unknown

Contributors

No contributors

Changelog

No recent changes

Generación de OpenAPI, generación de rutas y validación en tiempo de ejecución con prioridad en TypeScript.