$ProductStatusStatusMap top-level constant
Implementation
const $ProductStatusStatusMap = {
ProductStatusStatus.healthy: 'HEALTHY',
ProductStatusStatus.degraded: 'DEGRADED',
ProductStatusStatus.down: 'DOWN'
};
const $ProductStatusStatusMap = {
ProductStatusStatus.healthy: 'HEALTHY',
ProductStatusStatus.degraded: 'DEGRADED',
ProductStatusStatus.down: 'DOWN'
};