@@ -166,6 +166,16 @@ export interface ShotWithDetails {
|
||||
originalFootageKey: string | null;
|
||||
shotGroupId: string | null;
|
||||
shotGroup: { id: string; name: string } | null;
|
||||
footagePlates: {
|
||||
id: string;
|
||||
label: string;
|
||||
fileUrl: string;
|
||||
fileKey: string;
|
||||
fileName: string;
|
||||
fileSize: bigint | string | null;
|
||||
sortOrder: number;
|
||||
createdAt: Date;
|
||||
}[];
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
artist: {
|
||||
|
||||
Reference in New Issue
Block a user