diff --git a/declarations/Dune.json b/declarations/Dune.json new file mode 100644 index 00000000..9ad1c217 --- /dev/null +++ b/declarations/Dune.json @@ -0,0 +1,19 @@ +{ + "name": "Dune", + "documents": { + "Terms of Service": { + "fetch": "https://dune.com/terms", + "select": [ + "main" + ], + "executeClientScripts": true + }, + "Privacy Policy": { + "fetch": "https://dune.com/privacy", + "select": [ + "main" + ], + "executeClientScripts": true + } + } +} \ No newline at end of file