© 2026 Hedgehog Software, LLC
const type1 = type({ intent: '"hello"', }) const type2 = type({ intent: '"hello"', }).or({ intent: '"bye"', })
{ intent: { hello: 'hello' } } { intent: { hello: 'hello', bye: 'bye' } }
internal.distribute