UNPKG

supertokens-node

Version:
5 lines (4 loc) 258 B
// @ts-nocheck import { APIInterface, APIOptions } from ".."; import { UserContext } from "../../../types"; export default function loginAPI(apiImplementation: APIInterface, tenantId: string, options: APIOptions, userContext: UserContext): Promise<boolean>;