Decoding array string[][] without decodeUnknown

i want to use effect schema to decode an array string[][] to [string[], string[], string[]] but i dont want to use decodeUnknown. is there a way?
Was this page helpful?