(uuid: string)
| 41 | }; |
| 42 | |
| 43 | export const requestStopScript = async (uuid: string) => { |
| 44 | return await runtimeClient.stopScript(uuid); |
| 45 | }; |
| 46 | |
| 47 | // export const requestDeleteScript = createAsyncThunk("script/deleteScript", async (uuid: string) => { |
| 48 | // return await scriptClient.delete(uuid); |
no test coverage detected