© 2026 Hedgehog Software, LLC
export const productBase = type({ name: type.string.configure({ message: (ctx) => `Product name is required.`, }) });
name must be a string (was missing)
{ "domain": "string", "meta": { "message": "$ark.message" } }