Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Giska committed Feb 14, 2024
1 parent 875700c commit 023d10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export interface Delivery {
export interface DeliveryTranscoding {
file: string;
phase: Phase;
progress: number | null | string;
progress: null | number;
startedAt: string;
progressedAt: string;
log: null | string;
Expand Down

0 comments on commit 023d10d

Please sign in to comment.