Project member management
This commit is contained in:
@@ -42,4 +42,5 @@ export type ProjectMessages = {
|
||||
home: string;
|
||||
testCases: string;
|
||||
testRuns: string;
|
||||
settings: string;
|
||||
};
|
||||
|
||||
8
frontend/types/settings.ts
Normal file
8
frontend/types/settings.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type SettingsMessages = {
|
||||
memberManagement: string;
|
||||
avatar: string;
|
||||
email: string;
|
||||
username: string;
|
||||
role: string;
|
||||
noMembersFound: string;
|
||||
};
|
||||
Reference in New Issue
Block a user