UNPKG

@odata2ts/odata-query-objects

Version:

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

6 lines (5 loc) 257 B
import { QBasePath } from "../base/QBasePath"; import { identityFormatter } from "./IdentityFormatter"; export declare class QGuidPath<ConvertedType = string> extends QBasePath<string, ConvertedType> { protected formatValue: typeof identityFormatter; }