Project member management

This commit is contained in:
Takeshi Kimata
2024-05-29 23:12:38 +09:00
parent 4b46944440
commit abf2d48bee
20 changed files with 588 additions and 9 deletions

View File

@@ -42,4 +42,5 @@ export type ProjectMessages = {
home: string;
testCases: string;
testRuns: string;
settings: string;
};