Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias SchemaObjectType
import { type SchemaObjectType } from "https://deno.land/x/openbox@1.2.10/mod.ts";
definition:
| "integer"
| "number"
| "string"
| "boolean"
| "object"
| "null"
| "array"