© 2026 Hedgehog Software, LLC
export const mod = scope({ Nested: { something: "boolean", }, Model: { field: () => mod.type("Nested").or(type.null.pipe(() => undefined)).optional(), other: "string", }, });
Type definitions must be strings or objects (was Function)