UNPKG

supertokens-node

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