export type DataType = {
  type: string | undefined;
  time: array<any>;
};
