From f082b3b5a35daed54a90695bc2e32631f7082b53 Mon Sep 17 00:00:00 2001 From: b_d Date: Mon, 23 Jan 2023 09:05:41 -0500 Subject: [PATCH] fix(all): add `filepath` to type definition (#452) --- src/CameraRoll.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CameraRoll.ts b/src/CameraRoll.ts index 5c52958..17f591a 100644 --- a/src/CameraRoll.ts +++ b/src/CameraRoll.ts @@ -103,6 +103,7 @@ export type PhotoIdentifier = { group_name: string; image: { filename: string | null; + filepath: string | null; extension: string | null; uri: string; height: number;