UNPKG

supertokens-node

Version:
7 lines (6 loc) 486 B
// @ts-nocheck import { APIInterface, APIOptions } from ".."; import { UserContext } from "../../../types"; import type SuperTokens from "../../../supertokens"; export declare function endSessionGET(stInstance: SuperTokens, apiImplementation: APIInterface, options: APIOptions, userContext: UserContext): Promise<boolean>; export declare function endSessionPOST(stInstance: SuperTokens, apiImplementation: APIInterface, options: APIOptions, userContext: UserContext): Promise<boolean>;