UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

6 lines (4 loc) 149 B
import { NumberBase } from './NumberBase'; export type BigSerialColumnModel = NumberBase<bigint> & { readonly type: 'bigserial' | 'serial8'; };