Skip to content

encodedBoundSchema

const encodedBoundSchema: <A, I, R>(schema) => SchemaClass<I>

Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:222

The encodedBoundSchema function is similar to encodedSchema but preserves the refinements up to the first transformation point in the original schema.

A

I

R

Schema<A, I, R>

SchemaClass<I>

3.10.0