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) 195 B
import { QPathModel } from "./path/QPathModel"; export declare class QSelectExpression implements QPathModel { private readonly path; constructor(path?: string); getPath(): string; }