update packages and types

This commit is contained in:
2024-03-28 12:23:35 +03:00
parent 45361e277d
commit 306990ff6c
4 changed files with 15 additions and 8 deletions

5
src/types/hook.ts Normal file
View File

@@ -0,0 +1,5 @@
export type THookFilterInfo = {
event: string,
keys: string[]
collection: string
}