Added unload hook for plugins.

This commit is contained in:
TrainDoctor
2022-10-22 18:36:49 -07:00
parent c546a818f1
commit af51a29055
2 changed files with 10 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ export interface StorePlugin {
author: string;
description: string;
tags: string[];
image_url: string;
}
export interface LegacyStorePlugin {