Type Alias CancelBenchmarkResponse

type CancelBenchmarkResponse = {
    message?: string | null;
    statusUrl?: LinkResponseObject;
}
Index
message?: string | null
statusUrl?: LinkResponseObject