mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-04 22:31:01 +00:00
feat(modules): add safe module uninstall lifecycle (#746)
* fix(modules): recover from missing runtime files * feat(modules): add safe uninstall lifecycle * build(deps): lock module SDK 3.2.0 * test(modules): expect SDK 3.2 scaffold constraint
This commit is contained in:
@@ -75,6 +75,7 @@ export interface Module {
|
||||
author_avatar: string
|
||||
installed: boolean
|
||||
enabled: boolean
|
||||
supports_data_cleanup: boolean
|
||||
update_available: boolean
|
||||
video_link: string | null
|
||||
video_thumbnail: string | null
|
||||
|
||||
Reference in New Issue
Block a user