export interface DataItems { [key: string]: string | object | number | boolean | null; }