UNPKG

gd-sprest-def

Version:

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

20 lines (16 loc) 520 B
import { Base } from "../../../"; /********************************************* * SPACSServicePrincipalInfo **********************************************/ export interface SPACSServicePrincipalInfo { appDomains?: { results: Array<string> }; appId?: any; appIdentifier?: string; redirectUri?: string; title?: string; } /********************************************* * SPACSServicePrincipalInfoCollections **********************************************/ export interface SPACSServicePrincipalInfoCollections { }