@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
9 lines • 332 B
TypeScript
import { Price } from '../../order/Price';
/** Consumed amount for a given commercial offer's family */
export interface PricePlanFamily {
/** Commercial offer's range */
planFamily: string;
/** Consumed amount by resources related to the given family */
price: Price;
}
//# sourceMappingURL=PricePlanFamily.d.ts.map