# Types

Explore the types provided by the Nuxt SDK.

> **Looking for something specific?**
>
> Use the search bar at the top of the page or press `/` to quickly search through the documentation.

Use the summary below to quickly jump to a specific topic:

- [UserIdResolver](/reference/sdk/nuxt/api/types/user-id-resolver): Learn about the function that resolves the user ID.
- [LocaleResolver](/reference/sdk/nuxt/api/types/locale-resolver): Learn about the function that resolves the preferred locale.
- [CredentialsResolver](/reference/sdk/nuxt/api/types/credentials-resolver): Learn about the function that resolves the Croct credentials.
- [CroctCredentials](/reference/sdk/nuxt/api/types/croct-credentials): Learn how to type the Croct credentials.
- [SlotContent](/reference/sdk/nuxt/api/types/slot-content): Learn how to type slot content in your Nuxt application.
- [ComponentContent](/reference/sdk/nuxt/api/types/component-content): Learn how to type component content in your Nuxt application.
