diff --git a/src/runtime/types/command-palette.ts b/src/runtime/types/command-palette.ts index f8d2c05..56fcd33 100644 --- a/src/runtime/types/command-palette.ts +++ b/src/runtime/types/command-palette.ts @@ -13,7 +13,7 @@ export interface Command { shortcuts?: string[] group?: string score?: number - matches?: (FuseSortFunctionMatch | FuseSortFunctionMatchList)[] + matches?: (FuseSortFunctionMatch | FuseSortFunctionMatchList)[] | any[] [key: string]: any }