@coopenomics/sdk
    Preparing search index...
    query: {
        capitalTimeStats: [
            {
                data: Variable<"CapitalTimeStatsInput", "data">;
                options: Variable<"PaginationInput", "options">;
            },
            {
                currentPage: boolean;
                items: {
                    available_hours: boolean;
                    contributor_hash: boolean;
                    pending_hours: boolean;
                    project_hash: boolean;
                    project_name: boolean;
                    total_committed_hours: boolean;
                    total_uncommitted_hours: boolean;
                };
                totalCount: boolean;
                totalPages: boolean;
            },
        ];
    } = ...

    Гибкий запрос статистики времени с пагинацией

    Type Declaration

    • capitalTimeStats: [
          {
              data: Variable<"CapitalTimeStatsInput", "data">;
              options: Variable<"PaginationInput", "options">;
          },
          {
              currentPage: boolean;
              items: {
                  available_hours: boolean;
                  contributor_hash: boolean;
                  pending_hours: boolean;
                  project_hash: boolean;
                  project_name: boolean;
                  total_committed_hours: boolean;
                  total_uncommitted_hours: boolean;
              };
              totalCount: boolean;
              totalPages: boolean;
          },
      ]