UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

6 lines (4 loc) 137 B
import { PostgresColumnBase } from '../PostgresColumnBase'; export type ByteaColumnModel = PostgresColumnBase & { type: 'bytea'; };