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

/*********************************************
* SPAppPrincipalInfo
**********************************************/
export interface SPAppPrincipalInfo {
	Flag?: number;
	Name?: string;
	Title?: string;
}

/*********************************************
* SPAppPrincipalInfoCollections
**********************************************/
export interface SPAppPrincipalInfoCollections {

}
