UNPKG

@cloud-carbon-footprint/core

Version:

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

5 lines (4 loc) 131 B
import { IUsageData } from '../.'; export default interface NetworkingUsage extends IUsageData { readonly gigabytes: number; }