UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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