birbmap/Birdmap.API/ClientApp/src/common/Constants.js

5 lines
179 B
JavaScript

export default {
probability_method_name: 'NotifyMessagesAsync',
update_method_name: 'NotifyDeviceUpdatedAsync',
update_all_method_name: 'NotifyAllUpdatedAsync',
};