import { Base } from "../../../"; /********************************************* * SPACSServicePrincipalInfo **********************************************/ export interface SPACSServicePrincipalInfo { appDomains?: { results: Array }; appId?: any; appIdentifier?: string; redirectUri?: string; title?: string; } /********************************************* * SPACSServicePrincipalInfoCollections **********************************************/ export interface SPACSServicePrincipalInfoCollections { }