eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
9 lines (8 loc) • 537 B
TypeScript
import type * as Vercel from "#compiled/@vercel/sandbox-drives/index.js";
import type * as VercelStable 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;
export type VercelDeleteGetOptions = Parameters<typeof VercelStable.Sandbox.get>[0];
export type VercelDeleteModule = typeof VercelStable;