Type Alias GetAppEvaluationsHttpResponse

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

Properties

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