Skip to content

Commit

Permalink
another potential type fix to get tests to work
Browse files Browse the repository at this point in the history
  • Loading branch information
h1divp committed Aug 17, 2024
1 parent a3d28e5 commit 28b483c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/app/types/env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
declare module '@env' {

export const EXPO_IP: string;
export const API_KEY, AUTH_DOMAIN, PROJECT_ID, STORAGE_BUCKET, MESSAGING_SENDER_ID, APP_ID: string;
}

0 comments on commit 28b483c

Please sign in to comment.