Type alias HttpResponseOutputParserInput
HttpResponseOutputParserInput: { 
    contentType?: "text/plain" | "text/event-stream"; 
    outputParser?: BaseTransformOutputParser; 
}
Type declaration
Optional contentType?: "text/plain" | "text/event-stream"
Optional outputParser?: BaseTransformOutputParser