---
title: supertokens-auth-react/recipe/multitenancy/types
description: References documentation for the supertokens-auth-react/recipe/multitenancy/types package
sidebar:
  order: 100
---

## Type Aliases

### ComponentOverrideMap

```ts check=false reason="Generated API signature"
type ComponentOverrideMap = object;
```

Defined in: [recipe/multitenancy/types.ts:40](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/types.ts#L40)

#### Properties

| Property | Type | Defined in |
| ------ | ------ | ------ |
| <a id="multitenancydynamicloginmethodsspinnertheme_override"></a> `MultitenancyDynamicLoginMethodsSpinnerTheme_Override?` | `ComponentOverride`\<*typeof* [`SuperTokensWrapper`](index#supertokenswrapper-1)\> | [recipe/multitenancy/types.ts:41](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/types.ts#L41) |

***

### GetLoginMethodsResponseNormalized

```ts check=false reason="Generated API signature"
type GetLoginMethodsResponseNormalized = object;
```

Defined in: [recipe/multitenancy/types.ts:30](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/types.ts#L30)

#### Properties

| Property | Type | Defined in |
| ------ | ------ | ------ |
| <a id="firstfactors"></a> `firstFactors` | `string`[] | [recipe/multitenancy/types.ts:37](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/types.ts#L37) |
| <a id="thirdparty"></a> `thirdparty` | `object` | [recipe/multitenancy/types.ts:31](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/types.ts#L31) |
| `thirdparty.providers` | `object`[] | [recipe/multitenancy/types.ts:32](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/types.ts#L32) |

***

### NormalisedConfig

```ts check=false reason="Generated API signature"
type NormalisedConfig = NormalisedRecipeModuleConfig<any, PreAndPostAPIHookAction, any> & object;
```

Defined in: [recipe/multitenancy/types.ts:21](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/types.ts#L21)

#### Type Declaration

| Name | Type | Defined in |
| ------ | ------ | ------ |
| `override` | `object` | [recipe/multitenancy/types.ts:22](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/types.ts#L22) |
| `override.functions()?` | (`originalImplementation`, `builder`) => [`SuperTokensWrapper`](index#supertokenswrapper-1) | [recipe/multitenancy/types.ts:23](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/types.ts#L23) |

***

### PreAndPostAPIHookAction

```ts check=false reason="Generated API signature"
type PreAndPostAPIHookAction = "GET_LOGIN_METHODS";
```

Defined in: [recipe/multitenancy/types.ts:10](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/types.ts#L10)

***

### UserInput

```ts check=false reason="Generated API signature"
type UserInput = object & RecipeModuleUserInput<any, PreAndPostAPIHookAction, any>;
```

Defined in: [recipe/multitenancy/types.ts:12](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/types.ts#L12)

#### Type Declaration

| Name | Type | Defined in |
| ------ | ------ | ------ |
| `override?` | `object` | [recipe/multitenancy/types.ts:13](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/types.ts#L13) |
| `override.functions()?` | (`originalImplementation`, `builder`) => [`SuperTokensWrapper`](index#supertokenswrapper-1) | [recipe/multitenancy/types.ts:14](https://github.com/supertokens/supertokens-auth-react/blob/b337b23722adfbe2906b193ea5fcf98f9c98c8b0/lib/ts/recipe/multitenancy/types.ts#L14) |
