@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 499 B
TypeScript
/** Result of getting pricing attributes of an extension */
export interface ExtensionsPricingAttributes {
/** Parameter is true when the extension has been created recently and we want to highlight this fact */
brandNew: boolean;
/** Extension name, like 'com' or 'co.uk' */
name: string;
/** Parameter is true when the extension price has dropped recently and we want to highlight this fact */
priceDrop: boolean;
}
//# sourceMappingURL=ExtensionsPricingAttributes.d.ts.map