8 lines
394 B
TypeScript
8 lines
394 B
TypeScript
export const NDM_ALARM_STORE_ID = 'ndm-alarm-store';
|
|
export const NDM_DEVICE_STORE_ID = 'ndm-device-store';
|
|
export const NDM_PERMISSION_STORE_ID = 'ndm-permission-store';
|
|
export const NDM_POLLIING_STORE_ID = 'ndm-polling-store';
|
|
export const NDM_SETTING_STORE_ID = 'ndm-setting-store';
|
|
export const NDM_STATION_STORE_ID = 'ndm-station-store';
|
|
export const NDM_USER_STORE_ID = 'ndm-user-store';
|