MachineConfig
import type { MachineConfig } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";
MachineConfig describes the configuration of a machine.
interface MachineConfig {
cpuCount?: number;
machineType?: string;
}import type { MachineConfig } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";
MachineConfig describes the configuration of a machine.