export interface TerraKeyValueInterface { [key: string]: T; }