UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

14 lines (13 loc) 347 B
import { TypedHash } from "../TypedHash"; export interface FolderField { Exists: boolean; IsWOPIEnabled: boolean; ItemCount: number; Name: string; ServerRelativeUrl: string; TimeCreated: string; TimeLastModified: string; UniqueId: string; ProgID?: string; ListItemAllFields?: TypedHash<any>; }