You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

constants.ts 120B

123456
  1. export const CONNECTION_TYPE = {
  2. GOOD: 'good',
  3. NON_OPTIMAL: 'nonOptimal',
  4. NONE: 'none',
  5. POOR: 'poor'
  6. };