UNPKG

supertokens-node

Version:
7 lines (6 loc) 226 B
// @ts-nocheck import { APIFunction } from "../types"; export type Response = { status: "OK"; }; export default function analyticsPost({ stInstance, options, userContext, }: Parameters<APIFunction>[0]): Promise<Response>;