UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

6 lines (4 loc) 136 B
import { NumberBase } from './NumberBase'; export type SmallIntColumnModel = NumberBase & { readonly type: 'smallint' | 'int2'; };