@coopenomics/sdk
    Preparing search index...

    Variable oneCoopDocumentsPaginationSelectorConst

    oneCoopDocumentsPaginationSelector: {
        current_page: boolean;
        items: {
            action: boolean;
            block_num: boolean;
            data: boolean;
            hash: boolean;
            package: boolean;
        };
        max_block_num: boolean;
        total_count: boolean;
        total_pages: boolean;
    } = ...

    Type Declaration

    • current_page: boolean
    • items: {
          action: boolean;
          block_num: boolean;
          data: boolean;
          hash: boolean;
          package: boolean;
      }
    • max_block_num: boolean
    • total_count: boolean
    • total_pages: boolean