UNPKG

@tsed/schema

Version:
12 lines (11 loc) 319 B
export declare const HTTP_STATUS_MESSAGES: { [x: string]: { label: string; code: string; } | { label: string; code: string; }; }; export declare function getStatusConstant(status: number | string): any; export declare function getStatusMessage(status: number | string): any;