From 2de19c46a3c570855fe1b803fe677cee0b4e4036 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 20 Jan 2024 21:47:46 -0500 Subject: Improve handling of the applicationReady message (#552) --- types/ext/api.d.ts | 4 ++++ types/ext/application.d.ts | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'types') diff --git a/types/ext/api.d.ts b/types/ext/api.d.ts index 3a639a9c..4f1b9026 100644 --- a/types/ext/api.d.ts +++ b/types/ext/api.d.ts @@ -112,6 +112,10 @@ export type GetTermFrequenciesDetailsTermReadingListItem = { }; type ApiSurface = { + applicationReady: { + params: void; + return: void; + }; optionsGet: { params: { optionsContext: Settings.OptionsContext; diff --git a/types/ext/application.d.ts b/types/ext/application.d.ts index 3adc53f3..903c8e45 100644 --- a/types/ext/application.d.ts +++ b/types/ext/application.d.ts @@ -46,10 +46,6 @@ export type ApiSurface = { }; return: void; }; - applicationReady: { - params: void; - return: void; - }; applicationIsReady: { params: void; return: boolean; -- cgit v1.2.3