GetCategoryProps
Properties for retrieving categories.
interface GetCategoryProps extends BaseProps {
id: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
id | Required | string | Unique identifier of a category to retrieve. |
Properties for retrieving categories.
interface GetCategoryProps extends BaseProps {
id: string;
}| Name | Required | Type | Description |
|---|---|---|---|
id | Required | string | Unique identifier of a category to retrieve. |