Variable inboxNotificationPaginationSelectorConst

inboxNotificationPaginationSelector: {
    currentPage: boolean;
    items: {
        actorSubscriberId: boolean;
        body: boolean;
        createdAt: boolean;
        id: boolean;
        isRead: boolean;
        payload: boolean;
        readAt: boolean;
        title: boolean;
        workflowId: boolean;
    };
    totalCount: boolean;
    totalPages: boolean;
} = ...

Type declaration

  • currentPage: boolean
  • items: {
        actorSubscriberId: boolean;
        body: boolean;
        createdAt: boolean;
        id: boolean;
        isRead: boolean;
        payload: boolean;
        readAt: boolean;
        title: boolean;
        workflowId: boolean;
    }
    • actorSubscriberId: boolean
    • body: boolean
    • createdAt: boolean
    • id: boolean
    • isRead: boolean
    • payload: boolean
    • readAt: boolean
    • title: boolean
    • workflowId: boolean
  • totalCount: boolean
  • totalPages: boolean