UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

6 lines (5 loc) 169 B
import { QueryOptionsBase } from './QueryOptionsBase'; export interface GetListItemOptions extends QueryOptionsBase { listName?: string; listId?: string; }