GitHub

DaffCanonicallyLocatable

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

import { DaffCanonicallyLocatable } from '@daffodil/core'
interface DaffCanonicallyLocatable {
  canonicalUrl: string
}

Properties

Name Type Description
canonicalUrl string

The URL describing the canonical location of the entity.