graphology / graphology

A robust & multipurpose Graph object for JavaScript & TypeScript.
https://graphology.github.io
MIT License
1.3k stars 86 forks source link

Better typing for AttributeUpdatePayload #527

Closed NitnerocL closed 1 day ago

NitnerocL commented 1 day ago

Hi!

The name property of of AttributeUpdatePayload<ItemAttributes> is merely typed as string. Shouldn't it be of type keyof ItemAttributes?

Yomguithereal commented 1 day ago

You are right indeed. I have updated the types. It is published as graphology-types@0.24.8

NitnerocL commented 1 day ago

Thanks!