GitHub

DaffCreateable

Type

import { DaffCreateable } from '@daffodil/core'

Represents an entity that has a creation date.

interface DaffCreateable {
  createdAt: string
}

Properties

createdAt
string

The date at which this entity was created.