import {Method, SchemaInterface} from "../../schema-client"; class CommandsSchema implements SchemaInterface { method = Method.GET url = '/system-monitoring/commands' contentType = null; } export let commandsSchema = new CommandsSchema() export default commandsSchema