UNPKG

supertokens-node

Version:
13 lines (12 loc) 265 B
// @ts-nocheck import { APIFunction } from "../../types"; type Response = { status: "OK"; }; export declare const userEmailVerifyPut: ({ stInstance, tenantId, options, userContext, }: Parameters<APIFunction>[0]) => Promise<Response>; export {};