UNPKG

@admin-bro/typeorm

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