Skip to content

typeSchema

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

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

The typeSchema function allows you to extract the Type portion of a schema, creating a new schema that conforms to the properties defined in the original schema without considering the initial encoding or transformation processes.

A

I

R

Schema<A, I, R>

SchemaClass<A>

3.10.0