Converting Uint8Array to Literal Type in Schema
Hey There! I am trying to create Schema that goes from
Unfortunately the resulting Schema still goes from
Uint8Array to Literal. I have already created one that goes from Uint8Array to string and the composition looks like that:Unfortunately the resulting Schema still goes from
Uint8Array to string instead of the literal value. Is there any way to handle that?