import { Quantity } from './Quantity';
/** VolumeSnapshot */
export interface VolumeSnapshot {
    /** GiBh stored */
    quantity: Quantity;
    /** Total price */
    totalPrice: number;
}
//# sourceMappingURL=VolumeSnapshot.d.ts.map