UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

6 lines (4 loc) 145 B
import { NumberBase } from './NumberBase'; export type SmallSerialColumnModel = NumberBase & { readonly type: 'smallserial' | 'serial2'; };