UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

6 lines (4 loc) 126 B
import { SchemaBase } from '../generic'; export type DecimalBsonSchema = SchemaBase & { readonly bsonType: 'decimal'; };