Modify Shot Data Table Functions
This commit is contained in:
@@ -23,6 +23,7 @@ export interface Task {
|
||||
assigned_user_id?: number
|
||||
assigned_user_name?: string
|
||||
assigned_user_email?: string
|
||||
assigned_user_avatar_url?: string | null
|
||||
created_at: string
|
||||
updated_at: string
|
||||
}
|
||||
@@ -65,6 +66,7 @@ export interface ProductionNote {
|
||||
user_first_name: string
|
||||
user_last_name: string
|
||||
user_email: string
|
||||
user_avatar_url?: string | null
|
||||
child_notes?: ProductionNote[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user