import { ExecutorContext } from "utils/types"; export type BuildOptions = { targetRuntime?: string; }; export type Context = ExecutorContext;