GitHub

MockDaffFilterEqualOption

API

class MockDaffFilterEqualOption implements DaffFilterEqualOption {
  applied: false
  value: faker.datatype.uuid()
  label: faker.random.word()
  count: faker.datatype.number({ min: 1, max: 1000 })
}

Properties

Name Type Description
applied false
value faker.datatype.uuid()
label faker.random.word()
count faker.datatype.number({ min: 1, max: 1000 })