Type Alias NotionAPILoaderOptions
NotionAPILoaderOptions: { callerOptions?: ConstructorParameters<typeof AsyncCaller>[0]; clientOptions: ConstructorParameters<typeof Client>[0]; id: string; onDocumentLoaded?: OnDocumentLoadedCallback; propertiesAsHeader?: boolean; type?: NotionAPIType; }