GitHub

DaffCountable

import { DaffCountable } from '@daffodil/core'

Represents an entity that contains a countable number of items.

interface DaffCountable {
  count: number
}

Properties

count
number

The number of items contained or tracked by this entity.