import { DaffCreateable } from '@daffodil/core'
Represents an entity that has a creation date.
interface DaffCreateable { createdAt: string }
string
The date at which this entity was created.