mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 12:12:15 +01:00
add time overview page
This commit is contained in:
@@ -74,27 +74,6 @@ export interface Task {
|
||||
organization: Organization;
|
||||
}
|
||||
|
||||
export interface TimeEntry {
|
||||
// columns
|
||||
id: string;
|
||||
description: string;
|
||||
start: string;
|
||||
end: string | null;
|
||||
billable: boolean;
|
||||
user_id: string;
|
||||
organization_id: string;
|
||||
project_id: string | null;
|
||||
task_id: string | null;
|
||||
tags: string[] | null;
|
||||
created_at: string | null;
|
||||
updated_at: string | null;
|
||||
// relations
|
||||
user: User;
|
||||
organization: Organization;
|
||||
project: Project;
|
||||
task: Task;
|
||||
}
|
||||
|
||||
export interface User {
|
||||
// columns
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user