GitHub

DaffCanonicallyLocatable

import { DaffCanonicallyLocatable } from '@daffodil/core'

An object that has a canonical location referenced by a URL.

interface DaffCanonicallyLocatable {
  canonicalUrl: string
}

Properties

canonicalUrl
string

The URL describing the canonical location of the entity.