Is it possible with sharedb-hooks decline event? For example ``` store.on "create", "items", (id, ..., session) -> # here decline creation new item by session.isAdmin ```
Is it possible with sharedb-hooks decline event?
For example