eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
6 lines (5 loc) • 318 B
TypeScript
import type * as Vercel from "#compiled/@vercel/sandbox/index.js";
export type VercelCreateOptions = NonNullable<Parameters<typeof Vercel.Sandbox.create>[0]>;
export type VercelGetOptions = Parameters<typeof Vercel.Sandbox.get>[0];
export type VercelModule = typeof Vercel;
export type VercelSandbox = Vercel.Sandbox;