export class DataTypePrevalue {
  key: string;
  value: any[] | any;
}
