UNPKG

@hv-kit/hexpress

Version:

facilitates typescript backend development with express

93 lines 2.43 kB
export declare const status: string[]; export declare const langs: string[]; export declare const levelsLang: string[]; export declare const requestUpdateTypes: string[]; export declare const exportTypes: string[]; export declare const dateFormatForFile = "YYYYMMDDHHmmss"; export declare const dateFormat1 = "YYYY/MM/DD HH:mm:ss.SSSZ"; export declare const dateFormat2 = "YYYY/MM/DD HH:mm:ss"; export declare const dateFormat3 = "YYYY/MM/DD HH:mm"; export declare const dateFormat4 = "DD/MM/YYYY HH:mm:ss GMTZZ"; export declare const timeFormat1 = "HH:mm:ss.SSSZ"; export declare const timeFormat2 = "HH:mm:ss"; export declare const pagesPossibles: number[]; export declare const regExpForAlphanumeric: RegExp; export declare const regExpForAlphanumeric2: RegExp; export declare const countries: ({ code: string; label: string; phone: string; suggested?: undefined; } | { code: string; label: string; phone: string; suggested: boolean; })[]; export declare const dateOptions: (lang?: string) => ({ label: string; value: undefined; } | { label: string; value: string; })[]; export declare const ratingOptionsValue: { low: { min: number; max: number; }; average: { min: number; max: number; }; high: { min: number; max: number; }; }; export declare const ratingOptions: (lang?: string) => ({ label: string; value: undefined; } | { label: string; value: string; })[]; export declare const sortOptions: { id_asc: string; id_desc: string; title_asc: string; title_desc: string; body_asc: string; body_desc: string; rating_asc: string; rating_desc: string; createdAt_asc: string; createdAt_desc: string; }; export declare const dateOptionsValue: { gte_15_minute_s: { min: string | undefined; max: Date; }; gte_01_hour_s: { min: string | undefined; max: Date; }; gte_01_date_s: { min: string | undefined; max: Date; }; gte_01_week_s: { min: string | undefined; max: Date; }; gte_01_month_s: { min: string | undefined; max: Date; }; gte_01_year_s: { min: string | undefined; max: Date; }; }; //# sourceMappingURL=config.d.ts.map