const INIT = "i"; // Intiator Socket const EXEC = "e"; // Execution Socket const VIEW = "v"; // View Socket export default { INIT, EXEC, VIEW, };