tsoa
This commit is contained in:
3
node_modules/@tsoa/cli/dist/utils/swaggerUtils.d.ts
generated
vendored
Normal file
3
node_modules/@tsoa/cli/dist/utils/swaggerUtils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user