Type Alias GetAutomationsHttpResponse

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

Properties

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