Skip to content

Commit 2274bc3

Browse files
kingeric027Johann
authored andcommitted
fix(typings): Update Asset typings (#234)
1 parent f63629f commit 2274bc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

typings/asset.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ export interface AssetProps {
1212
contentType: string,
1313
upload?: string,
1414
url?: string,
15-
details: Object,
15+
details?: Object,
16+
uploadFrom?: Object
1617
}
1718
}
1819
}

0 commit comments

Comments
 (0)