import { Price } from '../../order/Price';
/** Storage volume used on your project */
export interface StorageVolumeUsage {
    /** Region */
    region: string;
    /** Bytes stored in your containers */
    storedBytes: number;
    /** Cost for your storage bandwidth */
    total: Price;
}
//# sourceMappingURL=StorageVolumeUsage.d.ts.map