We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7d59c commit 80e6e11Copy full SHA for 80e6e11
src/types.ts
@@ -38,6 +38,7 @@ export interface Asset {
38
uri?: string;
39
width?: number;
40
height?: number;
41
+ originalPath?: string;
42
fileSize?: number;
43
type?: string;
44
fileName?: string;
0 commit comments