Skip to main content
Go to Latest
type alias SchemaInterface
import { type SchemaInterface } from "https://deno.land/x/ldkit@v0.4.1/mod.ts";

Type Parameters

T extends SchemaPrototype
definition: [X in Exclude<keyof T, "@type">]: T[X] extends ValidPropertyDefinition ? ConvertProperty<T[X]> : never & SchemaInterfaceIdentity & SchemaInterfaceType