---
title: supertokens-node/recipe/dashboard
description: References documentation for the supertokens-node/recipe/dashboard package
sidebar:
  order: 210
---

## Classes

### default

Defined in: [recipe/dashboard/index.ts:18](https://github.com/supertokens/supertokens-node/blob/8353a9a70d8b17dd9ff6ffe41201fa2ef0e60218/lib/ts/recipe/dashboard/index.ts#L18)

#### Constructors

##### Constructor

```ts check=false reason="Generated API signature"
new default(): default;
```

###### Returns

[`default`](#default)

#### Properties

| Property | Modifier | Type | Default value | Defined in |
| ------ | ------ | ------ | ------ | ------ |
| <a id="member-default-init"></a> `init` | `static` | (`config?`) => [`RecipeListFunction`](types#recipelistfunction) | `Recipe.init` | [recipe/dashboard/index.ts:19](https://github.com/supertokens/supertokens-node/blob/8353a9a70d8b17dd9ff6ffe41201fa2ef0e60218/lib/ts/recipe/dashboard/index.ts#L19) |

## Variables

### init()

```ts check=false reason="Generated API signature"
init: (config?) => RecipeListFunction = Wrapper.init;
```

Defined in: [recipe/dashboard/index.ts:22](https://github.com/supertokens/supertokens-node/blob/8353a9a70d8b17dd9ff6ffe41201fa2ef0e60218/lib/ts/recipe/dashboard/index.ts#L22)

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `config?` | [`TypeInput`](recipe-dashboard-types#typeinput) |

#### Returns

[`RecipeListFunction`](types#recipelistfunction)

## References

### APIInterface

Re-exports [APIInterface](recipe-dashboard-types#apiinterface)

***

### APIOptions

Re-exports [APIOptions](recipe-dashboard-types#apioptions)

***

### RecipeInterface

Re-exports [RecipeInterface](recipe-dashboard-types#recipeinterface)
