Type Alias: RecordValue<T, K>
RecordValue<
T,K> =Prettify<Partial<T> &Pick<T,K& keyofT>>
Defined in: packages/fast-check/src/arbitrary/record.ts:39
Infer the type of the Arbitrary produced by record given the type of the source arbitrary and constraints to be applied
Type Parameters
| Type Parameter |
|---|
T |
K |
Remarks
Since 2.2.0