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