export type DataType = { [key: string]: { index: number; description: string; }; };