yaml_ld.document_loaders.base.DocumentLoaderOptions
module-attribute
DocumentLoaderOptions = TypedDict(
"DocumentLoaderOptions",
{"extractAllScripts": bool, "headers": dict[str, str]},
)