fix(gnome-extensions): support int install with schema validation

This commit is contained in:
xyny 2024-12-06 19:36:30 +02:00 committed by GitHub
parent c5a5f02858
commit a044f600ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ model GnomeExtensionsModule {
/** List of GNOME extensions to install.
* (case sensitive extension names or extension IDs from https://extensions.gnome.org/)
*/
install?: Array<string>;
install?: Array<string | integer>;
/** List of system GNOME extensions to uninstall.
* Only use this to remove extensions not installed by your package manager. Those extensions should be uninstalled using the package manager instead.