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 26, 2024
1 parent c0552f8 commit ea5039b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/commands/std-config-options-read.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import {ConfigOptions, ObjectInput, ObjectOutput} from './command'
/**
* Input object of `std:config-options:read` command
*/
export type StdConfigOptionsInput = ObjectInput & {
export type StdConfigOptionsInput = {
key: string
}

/**
* Output object of `std:config-options:read` command
*/
export type StdConfigOptionsOutput = ObjectOutput & {
export type StdConfigOptionsOutput = {
options: ConfigOptions
}

0 comments on commit ea5039b

Please sign in to comment.