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