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