4 lines
289 B
TypeScript
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;
|