Type Alias GetAppInsightAnalysesHttpResponse

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

Properties

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