Open aslilac opened 2 years ago
Should not require all keys of iterable keySchema, and should assert an appropriate type.
Would Partial<Record<K, V>> be right?
Partial<Record<K, V>>
Should not require all keys of iterable keySchema, and should assert an appropriate type.
Would
Partial<Record<K, V>>
be right?