From 93fed19ddf1bb6eb98e5ae331f26e46fe0c67369 Mon Sep 17 00:00:00 2001 From: vrtnd Date: Wed, 4 Oct 2023 19:25:33 +0300 Subject: [PATCH] Add type --- types/adapters.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/adapters.ts b/types/adapters.ts index c2b88ab..87de008 100644 --- a/types/adapters.ts +++ b/types/adapters.ts @@ -163,3 +163,5 @@ export type TimeSeriesChainData = { }; }; export type Allocations = { [category: string]: number }; + +export type EmissionBreakdown = Record;