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) 129 B
export declare class QOrderByExpression { private expression; constructor(expression: string); toString(): string; }