import {Method, SchemaInterface} from "../../schema-client"; class PlayProcessSchema implements SchemaInterface { method = Method.POST url = '/system-monitoring/processes/{id}/play' contentType = null; } export let playProcessSchema = new PlayProcessSchema() export default playProcessSchema