UNPKG

@cloud-carbon-footprint/core

Version:

The core logic to get cloud usage data and estimate energy and carbon emissions.

5 lines (4 loc) 132 B
import { IUsageData } from '../.'; export default interface StorageUsage extends IUsageData { readonly terabyteHours: number; }