UNPKG

@adminjs/mikroorm

Version:
5 lines (4 loc) 228 B
import { PropertyType } from 'adminjs'; export type DataType = 'string' | 'number' | 'float' | 'datetime' | 'date' | 'array' | 'object' | 'boolean'; declare const DATA_TYPES: Record<string, PropertyType>; export { DATA_TYPES };