Skip to content

Commit

Permalink
fix(gnome-extensions): support int install with schema validation
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev authored Dec 6, 2024
1 parent c5a5f02 commit a044f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gnome-extensions/gnome-extensions.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a044f60

Please sign in to comment.