SetValue
See source codetype SetValue<T extends Set<any>> = T extends Set<infer U> ? U : never
Prev
RecordPropsTypeNext
ShapeWithCroptype SetValue<T extends Set<any>> = T extends Set<infer U> ? U : never
We use cookies on this website.
Learn more in our Cookie Policy.