UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

7 lines (6 loc) 160 B
import { CamlQuery } from "@pnp/sp/src/types"; export interface PaginatedCamlQueryInfo<T> { items: T[]; hasMore: boolean; query: CamlQuery; }