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
Гибкий запрос статистики времени участников по проектам с пагинацией