UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

10 lines (9 loc) 304 B
import type { FieldMeta, Type } from '@directus/types'; export default function getLocalType(column?: { data_type: string; numeric_precision?: null | number; numeric_scale?: null | number; max_length?: null | number; }, field?: { special?: FieldMeta['special']; }): Type | 'unknown';