Skip to content

Commit

Permalink
Add expoPushToken to ExpoPushErrorReceipt type (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkurtz authored Sep 5, 2024
1 parent bb1db5a commit 586c2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ExpoClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ export type ExpoPushErrorReceipt = {
| 'MessageTooBig'
| 'ProviderError';
};
expoPushToken?: string;
// Internal field used only by developers working on Expo
__debug?: any;
};
Expand Down

0 comments on commit 586c2ad

Please sign in to comment.