Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
Added 'drawing-plugin' addon type
  • Loading branch information
dakln committed Nov 14, 2024
1 parent ed97351 commit e16cad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/plugin/create-addon-plugin-structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ADDON_FILES = {

interface CreateAddonStructureOptions {
CONFIG: LostConfig<'plugin'>;
PLUGIN_PROPERTIES: Property[];
PLUGIN_PROPERTIES: Property<any>[];
SCRIPTS: AddonScript[];
FILES: AddonFile[];
MODULES: AddonModule[];
Expand Down

0 comments on commit e16cad8

Please sign in to comment.