Add original footage to shots function
Deploy / deploy (push) Has been cancelled

This commit is contained in:
twotalesanimation
2026-05-20 11:02:33 +02:00
parent 5c1fd9f288
commit bcea123112
12 changed files with 880 additions and 326 deletions
+2
View File
@@ -162,6 +162,8 @@ export interface ShotWithDetails {
frameEnd: number | null;
dueDate: Date | null;
thumbnailUrl: string | null;
originalFootageUrl: string | null;
originalFootageKey: string | null;
createdAt: Date;
updatedAt: Date;
artist: {