UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

6 lines (4 loc) 147 B
import { PostgresColumnBase } from '../../PostgresColumnBase'; export type DateColumnModel = PostgresColumnBase & { readonly type: 'date'; };