UNPKG

@odata2ts/odata-query-objects

Version:

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

7 lines (6 loc) 182 B
import { QPathModel } from "../QPathModel"; export declare abstract class QNoopPath implements QPathModel { private path; constructor(path: string); getPath(): string; }