> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lib.toolrinth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Category

```ts theme={"theme":"github-dark-high-contrast"}
export interface Category {
  icon: string;
  name: string;
  project_type: string;
  header: string;
}
```

## Properties

<ResponseField name="icon" type="string" required />

<ResponseField name="name" type="string" required />

<ResponseField name="project_type" type="string" required />

<ResponseField name="header" type="string" required />
