()
| 134 | |
| 135 | export const startCommandSSE = (getToken?: TokenProvider) => commandSSE.start(getToken); |
| 136 | export const stopCommandSSE = () => commandSSE.stop(); |
| 137 | export const updateCommandSSEToken = (getToken?: TokenProvider) => commandSSE.updateToken(getToken); |
| 138 | export const isCommandSSEActive = () => commandSSE.isRunning(); |