UNPKG

gd-sprest-def

Version:

TypeScript definition files generated from the $metadata REST endpoint in SharePoint.

18 lines (14 loc) 420 B
import { Base } from "../../../"; /********************************************* * SPAppPrincipalInfo **********************************************/ export interface SPAppPrincipalInfo { Flag?: number; Name?: string; Title?: string; } /********************************************* * SPAppPrincipalInfoCollections **********************************************/ export interface SPAppPrincipalInfoCollections { }