Type Alias GetSharingTaskExecutionsHttpResponse

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

Properties

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