/**
 * Copyright (c) Spectro Cloud
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * Palette APIs - 4.7
 * OpenAPI spec version: v1
 */
import type { InvoiceBillingPeriod } from './invoiceBillingPeriod';
import type { MonthlyUsage } from './monthlyUsage';
import type { ProductUsage } from './productUsage';
/**
 * Yearly usage object
 */
export type YearlyUsage = {
    billingPeriod?: InvoiceBillingPeriod;
    /** List of monthly usages */
    monthlyUsages?: MonthlyUsage[];
    productUsages?: ProductUsage;
};
//# sourceMappingURL=yearlyUsage.d.ts.map