export interface TerraKeyValuePairInterface { key: string; value: T; }