Variable timeEntriesByIssuesPaginationSelectorConst
timeEntriesByIssuesPaginationSelector: {
currentPage: boolean;
items: {
available_hours: boolean;
committed_hours: boolean;
contributor_hash: boolean;
contributor_name: boolean;
coopname: boolean;
issue_hash: boolean;
issue_title: boolean;
pending_hours: boolean;
project_hash: boolean;
project_name: boolean;
total_hours: boolean;
uncommitted_hours: boolean;
};
totalCount: boolean;
totalPages: boolean;
} = ...
Type declaration
currentPage: boolean
items: {
available_hours: boolean;
committed_hours: boolean;
contributor_hash: boolean;
contributor_name: boolean;
coopname: boolean;
issue_hash: boolean;
issue_title: boolean;
pending_hours: boolean;
project_hash: boolean;
project_name: boolean;
total_hours: boolean;
uncommitted_hours: boolean;
}
available_hours: boolean
committed_hours: boolean
contributor_hash: boolean
contributor_name: boolean
coopname: boolean
issue_hash: boolean
issue_title: boolean
pending_hours: boolean
project_hash: boolean
project_name: boolean
total_hours: boolean
uncommitted_hours: boolean
totalCount: boolean
totalPages: boolean