Skip to content

tsoa-next / @tsoa-next/runtime / ServiceIdentifier

Type Alias: ServiceIdentifier<T>

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

Defined in: packages/runtime/src/interfaces/iocModule.ts:5

Identifier types accepted by tsoa IoC container integrations.

Type Parameters

T

T = unknown

TypeScript-first OpenAPI generation, route generation, and runtime validation.