UNPKG

@odata2ts/odata-query-objects

Version:

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

5 lines (4 loc) 199 B
import { QBasePath } from "../base/QBasePath"; export declare class QGuidV2Path<ConvertedType = string> extends QBasePath<string, ConvertedType> { protected formatValue(value: string): string; }