tsoa-next / tsoa-next / Tsoa / Example
उपनाम: उदाहरण
ts
type Example =
| string
| number
| boolean
| null
| undefined
| Date
| Example[]
| {
[exampleName: string]: Example;
};में परिभाषित: packages/runtime/src/metadataGeneration/tsoa.ts:38
Contributors
No contributors
Changelog
No recent changes
