Skip to content

Commit

Permalink
Merge pull request #359 from jovotech/v4/dev
Browse files Browse the repository at this point in the history
🔖 Prepare latest release
  • Loading branch information
aswetlow authored Aug 8, 2023
2 parents 065df27 + c7de41b commit 0afb7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type DefaultEvents = 'install';
export type PluginType = 'platform' | 'target' | 'command' | '';

export interface Files {
[key: string]: string | Files;
[key: string]: string | Files | unknown[] | boolean;
}

export interface LocaleMap {
Expand Down

0 comments on commit 0afb7c7

Please sign in to comment.