diff --git a/types/plugin.d.ts b/types/plugin.d.ts index 0af00eb..e595f82 100644 --- a/types/plugin.d.ts +++ b/types/plugin.d.ts @@ -76,6 +76,7 @@ export namespace FG_Plugin { * Loaded Flaschengeist plugin */ interface LoadedPlugin { + id: string; name: string; version: string; notification(msg: FG.Notification): FG_Plugin.Notification;