NotionAPILoaderOptions: {
    clientOptions: ConstructorParameters<typeof Client>[0];
    id: string;
    callerOptions?: ConstructorParameters<typeof Toolkit>[0];
    onDocumentLoaded?: OnDocumentLoadedCallback;
    propertiesAsHeader?: boolean;
    type?: NotionAPIType;
}
  • Import from "@langchain/community/document_loaders/web/notionapi" instead. This entrypoint will be removed in 0.3.0.