mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
change color palette, change user_id to member_id
This commit is contained in:
@@ -75,6 +75,8 @@ export interface Task {
|
||||
organization: Organization;
|
||||
}
|
||||
|
||||
type OrganizationWithMembership = Organization & { membership: Membership };
|
||||
|
||||
export interface User {
|
||||
// columns
|
||||
id: string;
|
||||
@@ -98,6 +100,7 @@ export interface User {
|
||||
organizations: Organization[];
|
||||
clients: Client[];
|
||||
current_team: Organization;
|
||||
all_teams: OrganizationWithMembership[];
|
||||
owned_teams: Organization[];
|
||||
teams: Organization[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user