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