Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Sep 25, 2024
1 parent 1ec4f79 commit bf93c2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export type BoundWitnessArrayProperty = keyof Pick<BoundWitness,
>

/**
* A helper type to get the correct type for the `values` argument based on the `prop`
* The value of the underlying array type for the BoundWitness array property
*/
export type BoundWitnessArrayPropertyValue<P extends BoundWitnessArrayProperty> = BoundWitness[P] extends (infer T)[] ? T : never

0 comments on commit bf93c2c

Please sign in to comment.