index.ts
index.ts overview
Section titled “index.ts overview”Since v4.0.0
Exports Grouped by Category
Section titled “Exports Grouped by Category”Model (namespace export)
Section titled “Model (namespace export)”Re-exports all named exports from the “./Model.ts” module as Model.
Signature
export * as Model from "./Model.ts"Since v4.0.0
VariantSchema (namespace export)
Section titled “VariantSchema (namespace export)”Re-exports all named exports from the “./VariantSchema.ts” module as VariantSchema.
Signature
export * as VariantSchema from "./VariantSchema.ts"Since v4.0.0