Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Crème committed Jan 11, 2023
1 parent 29fc20d commit b37713b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface Show {
channels: unknown[];
invitations: unknown[];
timeline: unknown[];
extras: File[];
extras: FileWrapper[];
activeBroadcastable: ActiveBroadcastable;
previousBroadcastables: unknown[];
}
Expand Down Expand Up @@ -81,11 +81,6 @@ export interface Material extends FileWrapper {
deliveries: Delivery[];
segments: Segment[];
}
export interface Material extends File {
reportXml: FileClass;
reportPdf: FileClass;
deliveries: Delivery[];
}

export interface Container {
fileId: string;
Expand Down

0 comments on commit b37713b

Please sign in to comment.