export type DataValue = object | string | number | boolean | null | undefined; export type DataSource = Record;