tsoa-next / tsoa-next / SpecPathDefinition
Interface: SpecPathDefinition
Defined in: packages/runtime/src/decorators/specPath.ts:74
Stored definition for a single declared SpecPath.
Properties
cache
ts
cache: SpecPathCache;Defined in: packages/runtime/src/decorators/specPath.ts:75
gate?
ts
optional gate?: SpecPathGate;Defined in: packages/runtime/src/decorators/specPath.ts:76
normalizedPath
ts
normalizedPath: string;Defined in: packages/runtime/src/decorators/specPath.ts:77
path
ts
path: string;Defined in: packages/runtime/src/decorators/specPath.ts:78
target
ts
target: SpecPathTarget;Defined in: packages/runtime/src/decorators/specPath.ts:79
