Skip to content

Commit

Permalink
fix(types): add missing attribute (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugnu committed Oct 11, 2023
1 parent 1c7d59c commit 80e6e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Expand Up @@ -38,6 +38,7 @@ export interface Asset {
uri?: string;
width?: number;
height?: number;
originalPath?: string;
fileSize?: number;
type?: string;
fileName?: string;
Expand Down

0 comments on commit 80e6e11

Please sign in to comment.