fix FilterHandlerMeta
This commit is contained in:
parent
306990ff6c
commit
6598067fb1
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "directus-helpers",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "Helpers Directus Extensions",
|
||||
"license": "ISC",
|
||||
"author": "AntoXa PRO <info@antoxa.pro>",
|
||||
|
@ -1,5 +1,7 @@
|
||||
export type THookFilterInfo = {
|
||||
event: string,
|
||||
keys: string[]
|
||||
import type { PrimaryKey } from '@directus/api/dist/types'
|
||||
|
||||
export type TFilterHandlerMeta = {
|
||||
event: string | 'items.create' | 'items.update',
|
||||
keys: PrimaryKey[]
|
||||
collection: string
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user