feat: add project settings page
This commit is contained in:
@@ -5,7 +5,7 @@ export type ProjectType = {
|
||||
id: number;
|
||||
name: string;
|
||||
detail: string;
|
||||
isPublic: string;
|
||||
isPublic: boolean;
|
||||
userId: number;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
|
||||
Reference in New Issue
Block a user