References
MultiTenancy Types
Type Aliases
ComponentOverrideMap
type ComponentOverrideMap = object;
Defined in: recipe/multitenancy/types.ts:40
Properties
GetLoginMethodsResponseNormalized
type GetLoginMethodsResponseNormalized = object;
Defined in: recipe/multitenancy/types.ts:30
Properties
NormalisedConfig
type NormalisedConfig = NormalisedRecipeModuleConfig<any, PreAndPostAPIHookAction, any> & object;
Defined in: recipe/multitenancy/types.ts:21
Type Declaration
PreAndPostAPIHookAction
type PreAndPostAPIHookAction = "GET_LOGIN_METHODS";
Defined in: recipe/multitenancy/types.ts:10
UserInput
type UserInput = object & RecipeModuleUserInput<any, PreAndPostAPIHookAction, any>;
Defined in: recipe/multitenancy/types.ts:12