@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
15 lines • 467 B
TypeScript
import { ResourceMetadata } from '../iam/ResourceMetadata';
import { OfferEnum } from '../domain/OfferEnum';
import { TypeEnum } from './TypeEnum';
/** AllDom administration */
export interface AllDomWithIAM {
/** IAM resource metadata */
iam?: ResourceMetadata;
/** Name of the allDom */
name: string;
/** Offer of the allDom */
offer: OfferEnum;
/** Type of the allDom */
type: TypeEnum;
}
//# sourceMappingURL=AllDomWithIAM.d.ts.map