ReactTypesUseStreamOptionsTypeVersion: v8.0.0On this page UseStreamOptionsTypeImportimport { UseStreamOptionsType } from "@hyper-fetch/react"SourceView the source codePackage@hyper-fetch/react Previewtype UseStreamOptionsType = { autoStart?: boolean; } StructureUseStreamOptionsTypeNameTypeDescriptionautoStartbooleanWhen true, the stream starts automatically on mount. Defaults to false.