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) 398 B
import { QBasePath } from "../base/QBasePath"; export declare class QTimeV2Path<ConvertedType = string> extends QBasePath<string, ConvertedType> { protected formatValue(value: string): string; hour: () => import("./QNumberV2Path").QNumberV2Path<number>; minute: () => import("./QNumberV2Path").QNumberV2Path<number>; second: () => import("./QNumberV2Path").QNumberV2Path<number>; }