import { TaskExecutorSchema } from "../task/schema"; export type CompileExecutorSchema = Omit & { fork?: string; forkBlockNumber?: string; hostname?: string; port?: boolean; extraArgs: Record }