Variable metricContributionsPaginationSelectorConst

metricContributionsPaginationSelector: {
    currentPage: boolean;
    items: {
        _created_at: boolean;
        _id: boolean;
        _updated_at: boolean;
        block_num: boolean;
        contribution_hash: boolean;
        delta: boolean;
        issue_hash: boolean;
        metric_hash: boolean;
        occurred_at: boolean;
        present: boolean;
        source: boolean;
        username: boolean;
    };
    totalCount: boolean;
    totalPages: boolean;
} = ...

Type declaration

  • currentPage: boolean
  • items: {
        _created_at: boolean;
        _id: boolean;
        _updated_at: boolean;
        block_num: boolean;
        contribution_hash: boolean;
        delta: boolean;
        issue_hash: boolean;
        metric_hash: boolean;
        occurred_at: boolean;
        present: boolean;
        source: boolean;
        username: boolean;
    }
    • _created_at: boolean
    • _id: boolean
    • _updated_at: boolean
    • block_num: boolean
    • contribution_hash: boolean
    • delta: boolean
    • issue_hash: boolean
    • metric_hash: boolean
    • occurred_at: boolean
    • present: boolean
    • source: boolean
    • username: boolean
  • totalCount: boolean
  • totalPages: boolean