We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fad808 + fd3d60b commit 35d2a4cCopy full SHA for 35d2a4c
1 file changed
src/contexts.ts
@@ -17,7 +17,7 @@ export interface AccessContextValue {
17
* More infos:
18
* https://www.poool.dev/docs/access/javascript/access/configuration
19
*/
20
- config?: Poool.AccessConfigOptions;
+ config?: Omit<Poool.AccessConfigOptions, 'widget_container'>;
21
/**
22
* Your poool access texts ati_tag_options
23
*
0 commit comments