diff --git a/lib/commands/std-config-options-read.ts b/lib/commands/std-config-options-read.ts index bb5d2e0..42f4207 100644 --- a/lib/commands/std-config-options-read.ts +++ b/lib/commands/std-config-options-read.ts @@ -13,5 +13,5 @@ export type StdConfigOptionsInput = ObjectInput & { * Output object of `std:config-options:read` command */ export type StdConfigOptionsOutput = ObjectOutput & { - output: ConfigOptions + options: ConfigOptions }