openreplay/frontend/app/constants/consoleLevels.js
2021-05-01 15:12:01 +05:30

5 lines
84 B
JavaScript

export default {
warning: 'Warnings',
alert: 'Alerts',
all: 'Log Entires',
};