Modify Shot Data Table Functions

This commit is contained in:
2026-03-05 22:12:02 +08:00
parent c8c4c99a6e
commit 1f229bff6c
26 changed files with 212 additions and 186 deletions
+1
View File
@@ -31,6 +31,7 @@ export interface ProjectMember {
user_email: string
user_first_name: string
user_last_name: string
user_avatar_url?: string | null
}
export interface ProjectCreate {