import { DaffCategoryUrlRequest } from '@daffodil/category'
A request used to retrieve a category by its URL. The qualified URL without domain. e.g. a/path/to/the/category.html
interface DaffCategoryUrlRequest {
kind: DaffCategoryRequestKind.URL
}