eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
7 lines (6 loc) • 336 B
TypeScript
import type { VercelCreateOptions, VercelModule, VercelSandbox } from "#execution/sandbox/bindings/vercel-sdk-types.js";
export declare function getNamedVercelSandbox(input: {
readonly createOptions: VercelCreateOptions;
readonly sandboxModule: VercelModule;
readonly sandboxName: string;
}): Promise<VercelSandbox | null>;