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