@@ -181,6 +181,11 @@ export interface ShotWithDetails {
|
||||
highResFilename: string | null;
|
||||
// Shot-level version tracking
|
||||
shotVersion: string;
|
||||
// Netflix slate fields
|
||||
slateType: string | null;
|
||||
slateDescription: string | null;
|
||||
slateVfxScope: string | null;
|
||||
slateSubmissionNote: string | null;
|
||||
shotGroup: { id: string; name: string } | null;
|
||||
footagePlates: {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user