diff options
Diffstat (limited to 'frontend/src/store.tsx')
| -rw-r--r-- | frontend/src/store.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
