mirror of
https://github.com/status-im/react-native-camera-roll.git
synced 2026-08-27 19:31:12 +00:00
fix(all): add filepath to type definition (#452)
This commit is contained in:
@@ -103,6 +103,7 @@ export type PhotoIdentifier = {
|
||||
group_name: string;
|
||||
image: {
|
||||
filename: string | null;
|
||||
filepath: string | null;
|
||||
extension: string | null;
|
||||
uri: string;
|
||||
height: number;
|
||||
|
||||
Reference in New Issue
Block a user