aboutsummaryrefslogtreecommitdiff
path: root/types/ext
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-12-27 00:59:33 -0500
committerGitHub <noreply@github.com>2023-12-27 05:59:33 +0000
commit7cc20964b5ae69967945a802c4137be9052ea93b (patch)
tree0fb824d94045d1c424e99ccc510e342761e2a176 /types/ext
parentff412d2010a41da47e37e86f0167452c2f9c72ca (diff)
Google docs fixes (#455)
* Simplify GoogleDocsUtil deferred import * Remove loadExtensionScripts
Diffstat (limited to 'types/ext')
-rw-r--r--types/ext/api.d.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/types/ext/api.d.ts b/types/ext/api.d.ts
index 4e01de02..2d23040c 100644
--- a/types/ext/api.d.ts
+++ b/types/ext/api.d.ts
@@ -363,12 +363,6 @@ type ApiSurface = {
};
return: Anki.NoteId[];
};
- loadExtensionScripts: {
- params: {
- files: string[];
- };
- return: void;
- };
openCrossFramePort: {
params: {
targetTabId: number;