UNPKG

@geniucode/common-utils

Version:

Common utils

43 lines (42 loc) 904 B
export declare const statisticsSchema: { dayDate: { type: StringConstructor; index: boolean; default: () => any; }; dayInWeek: { type: StringConstructor; index: boolean; default: () => any; }; weekNumber: { type: StringConstructor; index: boolean; default: () => any; }; month: { type: StringConstructor; index: boolean; default: () => any; }; year: { type: StringConstructor; index: boolean; default: () => any; }; hour: { type: NumberConstructor; index: boolean; default: () => number; }; minute: { type: NumberConstructor; index: boolean; default: () => number; }; second: { type: NumberConstructor; index: boolean; default: () => number; }; };