GitHub

DaffCategoryUrlRequest

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
}

Properties

Name Type Description
kind DaffCategoryRequestKind.URL