GitHub

DaffKindable

import { DaffKindable } from '@daffodil/core'

An object with a discrete kind.

interface DaffKindable<T extends string = string> {
  kind: T
}

Properties

kind
T

The entity kind.