TaskDeployDataResponse: {
    iacBackend: TaskDataS3BackendResponse;
    metadata?: { [key: string]: object };
    runEnvironment: string[];
    runId: string;
    runTaskId: string;
    schemaVersion: string;
    tfBackend: TaskDataS3BackendResponse;
}

Type declaration