public/constants.ts (14 lines of code) (raw):

/*********************************************************** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License **********************************************************/ export const PLATFORMS = { MAC: 'darwin' }; export const MESSAGE_CHANNELS = { AUTHENTICATION_GET_PROFILE_TOKEN: 'authentication_get_profile_token', AUTHENTICATION_LOGIN: 'authentication_login', AUTHENTICATION_LOGOUT: 'authentication_logout', SETTING_HIGH_CONTRAST: 'setting_highContrast', }; export const API_INTERFACES = { AUTHENTICATION: 'api_authentication', DEVICE: 'api_device', SETTINGS: 'api_settings' };