Files
testapi/node_modules/@tsoa/cli/dist/utils/swaggerUtils.d.ts
2026-03-03 15:23:00 +00:00

4 lines
289 B
TypeScript

export declare const DEFAULT_REQUEST_MEDIA_TYPE = "application/json";
export declare const DEFAULT_RESPONSE_MEDIA_TYPE = "application/json";
export declare function getValue(type: 'string' | 'number' | 'integer' | 'boolean' | undefined, member: unknown): string | number | boolean | null;