UNPKG

@cloud-carbon-footprint/core

Version:

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

8 lines (6 loc) 106 B
/* * © 2021 Thoughtworks, Inc. */ export default interface IUsageData { readonly timestamp?: Date }