mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-10-29 09:52:36 +00:00
7 lines
198 B
JavaScript
7 lines
198 B
JavaScript
export const X5M = 'table_x5m';
|
|
export const X15M = 'table_x15m';
|
|
export const X30M = 'table_x30m';
|
|
export const X1H = 'table_x1h';
|
|
export const X4H = 'table_x4h';
|
|
export const X24H = 'table_x24h';
|