interface DeleteSingleJobResponse {
    data?: QuantumJobResponse;
    message: string;
}

Properties

Properties

message: string