export interface Attributes { [key: string]: string | boolean; } export interface Datasets { [key: string]: string | boolean; }