GitHub

DaffCategoryIdRequest

A request used to retrieve a category by its uid.

import { DaffCategoryIdRequest } from '@daffodil/category'
interface DaffCategoryIdRequest {
  id: DaffCategory['id']
  kind: DaffCategoryRequestKind.ID
}

Properties

Name Type Description
id DaffCategory['id']
kind DaffCategoryRequestKind.ID