Type Alias GetAppEvaluationsHttpResponse

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

Properties

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