> ## 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.

# Loader

```ts theme={"theme":"github-dark-high-contrast"}
export interface Loader {
  icon: string;
  name: string;
  supported_project_types: ProjectTypes[];
}
```

## Properties

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

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

<ResponseField name="supported_project_types" type="ProjectTypes[]" required>Enum: [ProjectTypes](/reference/enum/ProjectTypes)</ResponseField>
