feat: review admin teams views for importance inclusion
This commit is contained in:
@@ -8,6 +8,7 @@ export interface TeamMember {
|
||||
skillId: string;
|
||||
skillName: string;
|
||||
category: string;
|
||||
importance: "incontournable" | "majeure" | "standard";
|
||||
level: number;
|
||||
canMentor: boolean;
|
||||
wantsToLearn: boolean;
|
||||
|
||||
Reference in New Issue
Block a user