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