@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user