From 01af3bdc42f5ab39a15c2644c98f16098a2b55e0 Mon Sep 17 00:00:00 2001 From: Kyle Kurtz Date: Tue, 30 Jul 2024 08:51:07 -0500 Subject: [PATCH] Add expoPushToken to ExpoPushErrorReceipt type --- src/ExpoClient.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ExpoClient.ts b/src/ExpoClient.ts index 7a16652..7f2a939 100644 --- a/src/ExpoClient.ts +++ b/src/ExpoClient.ts @@ -418,6 +418,7 @@ export type ExpoPushErrorReceipt = { | 'MessageTooBig' | 'ProviderError'; }; + expoPushToken?: string; // Internal field used only by developers working on Expo __debug?: any; };