Skip to content

Commit

Permalink
add broadcastable proxies api type
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramart committed Aug 20, 2024
1 parent b46d17f commit 7881c4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1049,3 +1049,11 @@ export enum State {
Archived = "Archived",
Restoring = "Restoring",
}

export interface BroadcastableProxies {
imf: FileClass | null;
dcp: FileClass | null;
dcdm: FileClass | null;
audiomerge: FileClass | null;
files: { [key: string]: Proxies };
}

0 comments on commit 7881c4a

Please sign in to comment.