Type alias HttpResponseOutputParserInput
HttpResponseOutputParserInput: {     contentType?: "text/plain" | "text/event-stream";     outputParser?: Toolkit; } Type declaration
- OptionalcontentType?: "text/plain" | "text/event-stream"
- OptionaloutputParser?: Toolkit