UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

11 lines (10 loc) 204 B
export interface QueryOptionsBase { select?: string; filters?: string; expand?: string; top?: number; orderBy?: { query: string; ascending: boolean; }; }