DaffIdentifiable
An object that has an identifier.
import { DaffIdentifiable } from '@daffodil/core'
interface DaffIdentifiable {
id: ID
}
Properties
Name | Type | Description |
---|---|---|
id | ID | The identifier. |
An object that has an identifier.
import { DaffIdentifiable } from '@daffodil/core'
interface DaffIdentifiable {
id: ID
}
Name | Type | Description |
---|---|---|
id | ID | The identifier. |