import { JsonTypeBuilder } from "https://deno.land/x/typebox@0.31.20/src/typebox.ts";
[Json]
Creates an Intersect type
Type Parameters
T extends [TSchema]
Parameters
allOf: [...T]
optional
options: SchemaOptions[Json]
Creates an Intersect type
Type Parameters
T extends TSchema[]
Parameters
allOf: [...T]
optional
options: IntersectOptions