UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 333 B
/** Describe the eligibility of each domain in the packs */ export interface DomainPacksDescriptionItem { /** Indicates if domain is available and will be included in the pack */ available: boolean; /** Domain concerned by the availability */ domain: string; } //# sourceMappingURL=DomainPacksDescriptionItem.d.ts.map