import {Method, SchemaInterface} from "../../schema-client"; class RunCommandsSchema implements SchemaInterface { method = Method.POST url = '/system-monitoring/commands/{commandName}/run' contentType = 'application/json;charset=utf-8'; } export let runCommandsSchema = new RunCommandsSchema() export default runCommandsSchema