/* * © 2021 Thoughtworks, Inc. */ export type EmissionRatioResult = { cloudProvider: string region: string mtPerKwHour: number }