UNPKG

@omnigraph/odata

Version:
26 lines (25 loc) 451 B
export declare const QUERY_OPTIONS_FIELDS: { orderby: { type: string; description: string; }; top: { type: string; description: string; }; skip: { type: string; description: string; }; filter: { type: string; description: string; }; inlinecount: { type: string; description: string; }; count: { type: string; }; };