Type Alias StartTaskHttpResponse

type StartTaskHttpResponse = {
    data: { message?: string };
    headers: Headers;
    status: 200;
}
Index

Properties

Properties

data: { message?: string }
headers: Headers
status: 200