x/ldkit/library/schema/mod.ts
123456789101112131415export type { SchemaInterface, SchemaInterfaceIdentity, SchemaInterfaceType,} from "./interface.ts";export type { Property, PropertyPrototype, Schema, SchemaPrototype,} from "./schema.ts";export { expandSchema, getSchemaProperties } from "./utils.ts";