References
MultiTenancy Types
Type Aliases
APIInterface
type APIInterface = object;
Defined in: recipe/multitenancy/types.ts:145
Properties
APIOptions
type APIOptions = object;
Defined in: recipe/multitenancy/types.ts:133
Properties
RecipeInterface
type RecipeInterface = object;
Defined in: recipe/multitenancy/types.ts:55
Properties
TenantConfig
type TenantConfig = object;
Defined in: recipe/multitenancy/types.ts:46
Properties
TypeInput
type TypeInput = object;
Defined in: recipe/multitenancy/types.ts:22
Properties
TypeNormalisedInput
type TypeNormalisedInput = object;
Defined in: recipe/multitenancy/types.ts:34