UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

5 lines (3 loc) 186 B
import { JsonSchema } from '../json'; import { PostgresColumnModel } from '../postgres'; export declare const postgresColumnToJson: <S extends PostgresColumnModel>(s: S) => JsonSchema;