UNPKG

@odata2ts/odata-query-objects

Version:

Q-Objects are the magic sauce for the odata-query-builder and allow for renaming and type conversion

8 lines (7 loc) 439 B
import { QNumberPath } from "./QNumberPath"; export declare function yearFn(path: string): () => QNumberPath; export declare function monthFn(path: string): () => QNumberPath; export declare function dayFn(path: string): () => QNumberPath; export declare function hourFn(path: string): () => QNumberPath; export declare function minuteFn(path: string): () => QNumberPath; export declare function secondFn(path: string): () => QNumberPath;