import { MockFilterEqual } from '@daffodil/core/testing'
class MockFilterEqual implements DaffFilterEqual {
type: DaffFilterType.Equal = DaffFilterType.Equal
label: faker.lorem.word() = faker.lorem.word()
name: faker.string.uuid() = faker.string.uuid()
options: {} = {}
}