Constructor
Constructor<
F> =Types.UnionToIntersection<{ [K in keyof F]: F[K] extends OptionalTypePropertySignature ? { readonly [H in K]?: Type<F[H]> } : F[K] extends PropertySignatureWithDefault ? { readonly [H in K]?: Type<F[H]> } : { readonly [h in K]: Type<F[h]> } }[keyofF]> extends infer Q ?Q:never
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:1267
Type Parameters
Section titled “Type Parameters”F extends Fields
3.10.0