export interface IFilter { path: string; op: string; values: string[]; } //# sourceMappingURL=IFilter.d.ts.map