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