Type Alias GetDataConnectionsHttpResponse

type GetDataConnectionsHttpResponse = {
    data: dataConnections.Connections;
    headers: Headers;
    next?: (
        options?: ApiCallOptions,
    ) => Promise<dataConnections.GetDataConnectionsHttpResponse>;
    prev?: (
        options?: ApiCallOptions,
    ) => Promise<dataConnections.GetDataConnectionsHttpResponse>;
    status: 200;
}
Index

Properties

headers: Headers
next?: (
    options?: ApiCallOptions,
) => Promise<dataConnections.GetDataConnectionsHttpResponse>
prev?: (
    options?: ApiCallOptions,
) => Promise<dataConnections.GetDataConnectionsHttpResponse>
status: 200