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) 209 B
import { QStringNumberV2Param } from "./QStringNumberV2Param"; export declare class QInt64V2Param<ConvertedType = string> extends QStringNumberV2Param<ConvertedType> { protected getTypeSuffix(): string; }