mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 12:12:15 +01:00
Added billable rates; Added project members; Added visibility to projects
This commit is contained in:
@@ -25,6 +25,7 @@ export interface Organization {
|
||||
user_id: string;
|
||||
name: string;
|
||||
personal_team: boolean;
|
||||
currency: string;
|
||||
created_at: string | null;
|
||||
updated_at: string | null;
|
||||
// relations
|
||||
|
||||
Reference in New Issue
Block a user