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
