Skip to content

Commit

Permalink
Addressed the PR review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tejas-parashar-sp committed Sep 25, 2024
1 parent 56eac53 commit c0552f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,5 @@ export enum ResultMessageLevel {
* Data type for config options
*/
export type ConfigOptions = {
[output: string]: string | string[] | Record<string, string>[]
[options: string]: string | string[] | Record<string, string>[]
}

0 comments on commit c0552f8

Please sign in to comment.