adds statistics
This commit is contained in:
@@ -57,6 +57,13 @@ export interface TimeEntryFilters {
|
||||
limit?: number;
|
||||
}
|
||||
|
||||
export interface StatisticsFilters {
|
||||
startDate?: string;
|
||||
endDate?: string;
|
||||
projectId?: string;
|
||||
clientId?: string;
|
||||
}
|
||||
|
||||
export interface StartTimerInput {
|
||||
projectId?: string;
|
||||
}
|
||||
@@ -67,4 +74,4 @@ export interface UpdateTimerInput {
|
||||
|
||||
export interface StopTimerInput {
|
||||
projectId?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user