Type Alias GetAutomationRunsHttpResponse

type GetAutomationRunsHttpResponse = {
    data: RunList;
    headers: Headers;
    next?: (options?: ApiCallOptions) => Promise<GetAutomationRunsHttpResponse>;
    prev?: (options?: ApiCallOptions) => Promise<GetAutomationRunsHttpResponse>;
    status: 200;
}
Index

Properties

data: RunList
headers: Headers
next?: (options?: ApiCallOptions) => Promise<GetAutomationRunsHttpResponse>
prev?: (options?: ApiCallOptions) => Promise<GetAutomationRunsHttpResponse>
status: 200