Skip to main content
Go to Latest
type alias SchemaObjectType
import { type SchemaObjectType } from "https://deno.land/x/openbox@1.2.7/mod.ts";
definition:
| "integer"
| "number"
| "string"
| "boolean"
| "object"
| "null"
| "array"