@coopenomics/sdk
    Preparing search index...

    Variable timeEntriesPaginationSelectorConst

    timeEntriesPaginationSelector: {
        currentPage: boolean;
        items: {
            _created_at: boolean;
            _id: boolean;
            _updated_at: boolean;
            commit_hash: boolean;
            contributor_hash: boolean;
            coopname: boolean;
            date: boolean;
            entry_type: boolean;
            estimate_snapshot: boolean;
            hours: boolean;
            is_committed: boolean;
            issue_hash: boolean;
            project_hash: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    } = ...

    Type Declaration

    • currentPage: boolean
    • items: {
          _created_at: boolean;
          _id: boolean;
          _updated_at: boolean;
          commit_hash: boolean;
          contributor_hash: boolean;
          coopname: boolean;
          date: boolean;
          entry_type: boolean;
          estimate_snapshot: boolean;
          hours: boolean;
          is_committed: boolean;
          issue_hash: boolean;
          project_hash: boolean;
      }
    • totalCount: boolean
    • totalPages: boolean