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

# Typescript

> All exported types.

All types are exported:

```typescript theme={null}
import type {
  SidenetOptions,
  SidenetEventDetail,
  SidenetCallbacks,
  RuntimeAuthCredentials,
  RuntimeAuthProvider,
  Subagent,
  SidebarSDKConfig,
  SidebarRuntimeConfig,
  SidebarTextConfig,
  SidebarSuggestionItem,
  ThemeTokens,
  ThemeInput,
  ThemeTokenInput,
} from 'sidenetai-sdk';
```
