DeleteMultistreamTargetResponse Example Usage import { DeleteMultistreamTargetResponse } from "livepeer/models/operations"; let value: DeleteMultistreamTargetResponse = { contentType: "<value>", statusCode: 421, rawResponse: new Response("{\"message\": \"hello world\"}", { headers: { "Content-Type": "application/json" }, }), error: { errors: [ "[\"id not provided\",\"Account not found\"]", ], }, }; Fields Field Type Required Description contentType string ✔️ HTTP response content type for this operation statusCode number ✔️ HTTP response status code for this operation rawResponse Response ✔️ Raw HTTP response; suitable for custom response parsing error components.ErrorT ➖ Error