Variable notificationPaginationSelectorConst

notificationPaginationSelector: {
    currentPage: boolean;
    items: {
        attempts: boolean;
        channel: boolean;
        coopname: boolean;
        createdAt: boolean;
        id: boolean;
        lastError: boolean;
        recipientSubscriberId: boolean;
        recipientUsername: boolean;
        status: boolean;
        updatedAt: boolean;
        workflowId: boolean;
    };
    totalCount: boolean;
    totalPages: boolean;
} = ...

Type declaration

  • currentPage: boolean
  • items: {
        attempts: boolean;
        channel: boolean;
        coopname: boolean;
        createdAt: boolean;
        id: boolean;
        lastError: boolean;
        recipientSubscriberId: boolean;
        recipientUsername: boolean;
        status: boolean;
        updatedAt: boolean;
        workflowId: boolean;
    }
    • attempts: boolean
    • channel: boolean
    • coopname: boolean
    • createdAt: boolean
    • id: boolean
    • lastError: boolean
    • recipientSubscriberId: boolean
    • recipientUsername: boolean
    • status: boolean
    • updatedAt: boolean
    • workflowId: boolean
  • totalCount: boolean
  • totalPages: boolean