Decoding with Flexible Schemas

As there is compose with variants helping you when the types overlaps but are not quite the same, is there something similar for decoding? Like decode(schema, { strict: false | 'supertype' })
Was this page helpful?