UNPKG

supertokens-node

Version:
8 lines (7 loc) 237 B
// @ts-nocheck import { APIInterface, APIOptions } from "../../types"; type Response = { status: "OK"; }; export declare const userDelete: (_: APIInterface, ___: string, options: APIOptions, __: any) => Promise<Response>; export {};