Interface WorkerConfigType

interface WorkerConfigType {
    id: string;
    jobId?: string;
    mode: WorkerMode;
    sandboxDir: string;
    serviceAccountId: string;
    tmpDir: string;
    type: string;
}

Properties

id: string
jobId?: string
sandboxDir: string
serviceAccountId: string
tmpDir: string
type: string