UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

5 lines (4 loc) 152 B
import { QueryOptionsBase } from './QueryOptionsBase'; export interface GetFolderOptions extends QueryOptionsBase { folderNameOrPath: string; }