6 lines
86 B
TypeScript
Raw Normal View History

2024-03-28 12:23:35 +03:00
export type THookFilterInfo = {
event: string,
keys: string[]
collection: string
}