convex
Version:
Client for the Convex Cloud
12 lines • 450 B
TypeScript
import { Context } from "../../bundler/context.js";
export declare function dataInDeployment(ctx: Context, options: {
deploymentUrl: string;
adminKey: string;
deploymentNotice: string;
tableName?: string | undefined;
limit: number;
order: "asc" | "desc";
component?: string | undefined;
format?: "json" | "jsonArray" | "jsonLines" | "jsonl" | "pretty" | undefined;
}): Promise<void>;
//# sourceMappingURL=data.d.ts.map