UNPKG

supertokens-node

Version:
17 lines (16 loc) 522 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>;