import { DaffCanonicallyLocatable } from '@daffodil/core'
An object that has a canonical location referenced by a URL.
interface DaffCanonicallyLocatable {
canonicalUrl: string
}
canonicalUrl string |
---|
The URL describing the canonical location of the entity. |