UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

6 lines (4 loc) 144 B
import { NumberBase } from './NumberBase'; export type DoubleColumnModel = NumberBase & { readonly type: 'double precision' | 'float8'; };