`S.omit("id", "contains")` doesn't omit the fields
why
and the keys don't get omitted, when I use
S.omit("id", "contains") doesn't omit the keys from the schema, is it lazy evaluated? I've the following schemaand the keys don't get omitted, when I use
(scheam)=>S.transform (schema, scheam.pipe(S.omit("id","contains")),...) it gets omitted