import { DaffLocatable } from '@daffodil/core'
An object that has a location referenced by a URL.
interface DaffLocatable {
  url: string
}
url string | 
|---|
The URL describing the location of the entity.
It should be relative to the domain root with a leading slash, i.e.   |