UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

5 lines (3 loc) 217 B
import { PostgresRecordModel } from './PostgresRecordModel'; import { TsonSchema } from '../tson'; export declare const postgresRecordToTson: <S extends PostgresRecordModel>(s: S, insertable: boolean) => TsonSchema;