An object that has an identifier.
import { DaffIdentifiable } from '@daffodil/core'
interface DaffIdentifiable { id: ID }
The identifier.