partial
partial<
A
,I
,R
>(self
):SchemaClass
<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] },R
>
Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Schema.d.ts:1599
Type Parameters
• A
• I
• R
Parameters
self
Schema
<A
, I
, R
>
Returns
SchemaClass
<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] }, R
>
Since
3.10.0