Optional deleteService to delete an FutureModel from the backend.
it is expected that the response will not provide any additional data and the system should only assume that a successful response means that the request was accepted by the backend. Successful deletion of the model will be broadcast via the appropriate Event Topic.
KosServiceResponseOptional addService to add an FutureModel to the backend.
it is expected that the response will not provide any additional data and the system should only assume that a successful response means that the request was accepted by the backend. Successful addition of the model will be broadcast via the appropriate Event Topic.
KosServiceResponse
eslint-disable-next-line @typescript-eslint/no-empty-interface