diff --git a/core/src/interfaces.ts b/core/src/interfaces.ts index 5c868178..c09001a8 100644 --- a/core/src/interfaces.ts +++ b/core/src/interfaces.ts @@ -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 {