import { Base } from "../../../";

/*********************************************
* SPACSServicePrincipalInfo
**********************************************/
export interface SPACSServicePrincipalInfo {
	appDomains?: { results: Array<string> };
	appId?: any;
	appIdentifier?: string;
	redirectUri?: string;
	title?: string;
}

/*********************************************
* SPACSServicePrincipalInfoCollections
**********************************************/
export interface SPACSServicePrincipalInfoCollections {

}
