UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

5 lines (4 loc) 81 B
export type NaturalNumberBsonSchema = { bsonType: 'long'; minimum: 1; };