getTenant: (
tenantId: string,
userContext?: Record<string, any>,
) => Promise<undefined | { status: "OK" } & TenantConfig> = Wrapper.getTenant
Type declaration
- (
tenantId: string,
userContext?: Record<string, any>,
): Promise<undefined | { status: "OK" } & TenantConfig> Parameters
- tenantId: string
Optional
userContext: Record<string, any>
Returns Promise<undefined | { status: "OK" } & TenantConfig>