Package: effect
Module: Schema
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.
Signature
declare const typeSchema: <A, I, R>(schema: Schema<A, I, R>) => SchemaClass<A>
Since v3.10.0