Skip to content

encodedSchema

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

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

The encodedSchema function allows you to extract the Encoded portion of a schema, creating a new schema that conforms to the properties defined in the original schema without retaining any refinements or transformations that were applied previously.

A

I

R

Schema<A, I, R>

SchemaClass<I>

3.10.0