सामग्री पर जाएं

tsoa-next / @tsoa-next/runtime / 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

TypeScript-प्रथम OpenAPI जनरेशन, रूट जनरेशन और रनटाइम वैलिडेशन।