UNPKG

@sysdoc/sharepoint-util

Version:

A utility library for SharePoint solutions

7 lines (6 loc) 135 B
import { Security } from './security'; export interface Folder { children?: Folder[]; name: string; security?: Security; }