mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 12:12:15 +01:00
add dashboard frontend
This commit is contained in:
@@ -61,17 +61,6 @@ export interface Project {
|
||||
tasks: Task[];
|
||||
}
|
||||
|
||||
export interface Tag {
|
||||
// columns
|
||||
id: string;
|
||||
name: string;
|
||||
organization_id: string;
|
||||
created_at: string | null;
|
||||
updated_at: string | null;
|
||||
// relations
|
||||
organization: Organization;
|
||||
}
|
||||
|
||||
export interface Task {
|
||||
// columns
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user