convex
Version:
Client for the Convex Cloud
10 lines • 413 B
TypeScript
import { Context } from "../../bundler/context.js";
export declare function runNetworkTestOnUrl(ctx: Context, { url, adminKey }: {
url: string;
adminKey: string | null;
}, options: {
ipFamily?: string;
speedTest?: boolean;
}): Promise<void>;
export declare function withTimeout<T>(ctx: Context, name: string, timeoutMs: number, f: Promise<T>): Promise<T>;
//# sourceMappingURL=networkTest.d.ts.map