From af51a29055ca222b8324f80c84c19654eded11a4 Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sat, 22 Oct 2022 18:36:49 -0700 Subject: Added unload hook for plugins. --- frontend/src/store.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src/store.tsx') diff --git a/frontend/src/store.tsx b/frontend/src/store.tsx index 6eba807f..10c35406 100644 --- a/frontend/src/store.tsx +++ b/frontend/src/store.tsx @@ -14,6 +14,7 @@ export interface StorePlugin { author: string; description: string; tags: string[]; + image_url: string; } export interface LegacyStorePlugin { -- cgit v1.2.3