Skip to content

Commit

Permalink
🐛 Type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario-SO committed Dec 30, 2024
1 parent f375142 commit 60396ad
Show file tree
Hide file tree
Showing 4 changed files with 438 additions and 412 deletions.
10 changes: 10 additions & 0 deletions packages/server/src/interfaces/livepeer.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@ export interface LivepeerSDKResponse {
multistreamTarget?: MultistreamTarget;
error?: Record<string, unknown>;
}

export interface LivepeerRecording {
id?: string;
playbackId?: string;
recordingUrl?: string;
mp4Url?: string;
name?: string;
createdAt?: number;
lastSeen?: number;
}
Loading

0 comments on commit 60396ad

Please sign in to comment.