IOutput: {
    capitalTimeStats: {
        currentPage: number;
        items: {
            available_hours: number;
            contributor_hash: string;
            pending_hours: number;
            project_hash: string;
            project_name: string;
            total_committed_hours: number;
            total_uncommitted_hours: number;
        }[];
        totalCount: number;
        totalPages: number;
    };
}

Type declaration

  • capitalTimeStats: {
        currentPage: number;
        items: {
            available_hours: number;
            contributor_hash: string;
            pending_hours: number;
            project_hash: string;
            project_name: string;
            total_committed_hours: number;
            total_uncommitted_hours: number;
        }[];
        totalCount: number;
        totalPages: number;
    }

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

    • currentPage: number

      Текущая страница

    • items: {
          available_hours: number;
          contributor_hash: string;
          pending_hours: number;
          project_hash: string;
          project_name: string;
          total_committed_hours: number;
          total_uncommitted_hours: number;
      }[]

      Список результатов статистики времени

    • totalCount: number

      Общее количество результатов

    • totalPages: number

      Общее количество страниц