import { Price } from '../../order/Price';
import { UnitAndValueDouble } from '../../complexType/UnitAndValueDouble';
/** Snapshot usage */
export interface SnapshotUsageDetail {
    /** Snapshot price */
    price: Price;
    /** Snapshot region */
    region: string;
    /** Stored snapshot size in gigabytes */
    storedSize: UnitAndValueDouble;
}
//# sourceMappingURL=SnapshotUsageDetail.d.ts.map