UNPKG

@tucmc/hazel

Version:
6 lines (5 loc) 131 B
/** * The **DataType** type represents an object with string key. * @category Lib */ export type DataType = Record<string, any>