-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.d.ts
More file actions
31 lines (30 loc) · 1.14 KB
/
env.d.ts
File metadata and controls
31 lines (30 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// env.d.ts
declare module '@env' {
export const IOS_CLIENT_ID: string;
export const ANDROID_CLIENT_ID: string;
export const WEB_CLIENT_ID: string;
export const IOS_CLIENT_ID: string;
export const FULL_SCREEN_IOS: string;
export const FULL_SCREEN_ANDROID: string;
export const BANNER_HEADER_IOS: string;
export const BANNER_HEADER_ANDROID: string;
export const BANNER_FOOTER_IOS: string;
export const BANNER_FOOTER_ANDORID: string;
export const NEURONWRITER_AFFILIATE_LINK: string;
export const FRASE_AFFILIATE_URL: string;
export const ORIGIBNALITY_AFFILITE_UTR: string;
export const TOOLS_IOS_INTERSITIAL: string;
export const TOOLS_ANDROID_INTERSITIAL: string;
export const CHECK_JWT: string;
export const LOGIN_JWT: string;
export const CHAT_REQUEST_URL: string;
export const CONTACT_REQUEST_URL: string;
export const MEDIA_URL: string;
export const TEXT_REQUEST_URL: string;
export const CHAT_COMPLETION_REQUEST: string;
export const RESUME_URL: string;
export const DEEP_SWAP_AFFILIATE_URL: string;
export const LOVO_API_KEY: string;
export const PORCUPINE_API_KEY: string;
export const MOTHER_URL: string;
}