In order to use furniture interactions you need to configure interact.
Types
Interaction
| Field | Type | Description | Required |
|---|---|---|---|
| id | string | Unique id for the interaction | true |
| label | string | Interaction label to show | true |
| onInteract | function | Function to execute on interact | true |
| tags | string[] | Furniture tags | false |
| models | number[] | Furniture models | false |
| icon | string | Font Awesome icon | false |
| accessRequired | boolean | Controls whether the player has access to the house for interact. Default: true | false |

