Type Alias GetWebIntegrationsHttpResponse

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

Properties

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