/** Office tenant */
export interface OfficeTenantPutParentTenant {
    /** Parent tenant display name */
    displayName: string;
    /** Parent tenant name */
    serviceName: string;
}
//# sourceMappingURL=OfficeTenantPutParentTenant.d.ts.map