diff --git a/src/def.d.ts b/src/def.d.ts index 4be0889..7ef0af1 100644 --- a/src/def.d.ts +++ b/src/def.d.ts @@ -272,6 +272,12 @@ interface VendettaObject { version: string; } +interface VendettaPluginObject { + manifest: PluginManifest, + storage: Indexable, + showSettings: () => void, +} + declare global { type React = typeof _React; interface Window {