Type Alias GetNotificationsHttpResponse

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

Properties

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