Files
directus-helpers/src/types/hook.ts
2024-03-28 12:23:35 +03:00

6 lines
86 B
TypeScript

export type THookFilterInfo = {
event: string,
keys: string[]
collection: string
}