refactor: move buidling, bundling, ... scripts into a directory
[e-mobility-charging-stations-simulator.git] / MessageType.ts
... / ...
CommitLineData
1export enum MessageType {
2 CALL_MESSAGE = 2, // Caller to Callee
3 CALL_RESULT_MESSAGE = 3, // Callee to Caller
4 CALL_ERROR_MESSAGE = 4, // Callee to Caller
5}