Type Alias GetIdpsHttpResponse

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

Properties

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