@coopenomics/sdk
    Preparing search index...

    Variable storiesPaginationSelectorConst

    storiesPaginationSelector: {
        currentPage: boolean;
        items: {
            _created_at: boolean;
            _id: boolean;
            _updated_at: boolean;
            block_num: boolean;
            coopname: boolean;
            created_by: boolean;
            description: boolean;
            issue_hash: boolean;
            present: boolean;
            project_hash: boolean;
            sort_order: boolean;
            status: boolean;
            story_hash: boolean;
            title: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    } = ...

    Type Declaration

    • currentPage: boolean
    • items: {
          _created_at: boolean;
          _id: boolean;
          _updated_at: boolean;
          block_num: boolean;
          coopname: boolean;
          created_by: boolean;
          description: boolean;
          issue_hash: boolean;
          present: boolean;
          project_hash: boolean;
          sort_order: boolean;
          status: boolean;
          story_hash: boolean;
          title: boolean;
      }
    • totalCount: boolean
    • totalPages: boolean