Variable AppSettingsConst
AppSettings: {
API_ENDPOINT: string;
DISPLAY_FETCH: boolean;
DISPLAY_GOOGLE: boolean;
GOOGLE_LOGIN: string;
LOCAL_LOGIN: string;
} = ...
Type declaration
-
API_ENDPOINT: string
-
DISPLAY_FETCH: boolean
-
DISPLAY_GOOGLE: boolean
-
GOOGLE_LOGIN: string
-
LOCAL_LOGIN: string