UNPKG

@adminjs/prisma

Version:
12 lines 261 B
const DATA_TYPES = { String: 'string', Boolean: 'boolean', Int: 'number', BigInt: 'number', Float: 'number', Decimal: 'number', DateTime: 'datetime', Json: 'mixed', }; export { DATA_TYPES }; //# sourceMappingURL=data-types.js.map