UNPKG

supertokens-node

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