© 2026 Hedgehog Software, LLC
const T = type({ id: "string>0", label: "string>0" })
{ id: string>0, label?: string>=0 }
(o: { id: string>0, label?: string>=0 }) => { o.label ||= o.id }