feat: add project settings page

This commit is contained in:
Takeshi Kimata
2024-06-02 21:22:33 +09:00
parent 016a8d07c5
commit 24fe7bebb3
21 changed files with 471 additions and 91 deletions

View File

@@ -5,7 +5,7 @@ export type ProjectType = {
id: number;
name: string;
detail: string;
isPublic: string;
isPublic: boolean;
userId: number;
createdAt: string;
updatedAt: string;