supertokens-node
    Preparing search index...
    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
        • OptionaluserContext: Record<string, any>

        Returns Promise<undefined | { status: "OK" } & TenantConfig>