Closed NitnerocL closed 1 day ago
Hi!
The name property of of AttributeUpdatePayload<ItemAttributes> is merely typed as string. Shouldn't it be of type keyof ItemAttributes?
name
AttributeUpdatePayload<ItemAttributes>
string
keyof ItemAttributes
You are right indeed. I have updated the types. It is published as graphology-types@0.24.8
graphology-types@0.24.8
Thanks!
Hi!
The
name
property of ofAttributeUpdatePayload<ItemAttributes>
is merely typed asstring
. Shouldn't it be of typekeyof ItemAttributes
?