CSV shot implementation
Deploy / deploy (push) Failing after 46s

This commit is contained in:
twotalesanimation
2026-06-12 15:06:50 +02:00
parent 450f969007
commit 4da80d29a9
8 changed files with 637 additions and 4 deletions
+6
View File
@@ -168,6 +168,12 @@ export interface ShotWithDetails {
shotGroupId: string | null;
shotApprovalStatus: ShotApprovalStatus;
sharedWithClient: boolean;
// EDL / pull CSV fields
sourceClip: string | null;
timecodeStart: string | null;
timecodeEnd: string | null;
clipDuration: string | null;
exrOutput: string | null;
shotGroup: { id: string; name: string } | null;
footagePlates: {
id: string;