UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 465 B
/** Describe the capabilities of this pack */ export interface PackCapabilities { /** Whether or not this pack can change offer */ canChangeOffer: boolean; /** Whether or not this pack can move address */ canMoveAddress: boolean; /** Whether or not this pack is from an old offer */ isLegacyOffer: boolean; /** Whether or not this pack is a reseller offer */ isResellerOffer: boolean; } //# sourceMappingURL=PackCapabilities.d.ts.map