6 lines
86 B
TypeScript

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