@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines • 373 B
TypeScript
import { Price } from '../../order/Price';
/** Usage information for current month on your project */
export interface BandwidthStorageUsage {
/** Downloaded bytes from your containers */
downloadedBytes: number;
/** Region */
region: string;
/** Cost for your storage bandwidth */
total: Price;
}
//# sourceMappingURL=BandwidthStorageUsage.d.ts.map