Closed heimwege closed 7 months ago
Hey guys 👋🏻 ,
the interactable matcher is quite boolean but the type definition insists on Record<string, unknown>.
interactable
boolean
Record<string, unknown>
argh, slipped through. PR fixing this pretty please 😸 ?!
this came in with #606
Hey guys 👋🏻 ,
the
interactable
matcher is quiteboolean
but the type definition insists onRecord<string, unknown>
.