Skip to content

Commit

Permalink
fix(types): add size properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 23, 2024
1 parent f6c7869 commit 4e17fa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lightweight/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ type MediaInfo = {
duration?: number;
height?: number;
palette?: string[];
size_pretty?: string;
size?: number;
type?: string;
url: string;
width?: number;
Expand Down

0 comments on commit 4e17fa4

Please sign in to comment.