@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 383 B
TypeScript
/** Describe the capabilities of this pack */
export interface PackCapabilities {
/** 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