czg 1.9.0 → 1.9.1

Sign up to get free protection for your applications and to get access to all the features.
package/lib/config.d.ts CHANGED
@@ -197,11 +197,11 @@ interface Answers {
197
197
  /**
198
198
  * @default 'Generating your AI commit subject...'
199
199
  */
200
- generatingByAI: string;
200
+ generatingByAI?: string;
201
201
  /**
202
202
  * @default 'Select suitable subject by AI generated:'
203
203
  */
204
- generatedSelectByAI: string;
204
+ generatedSelectByAI?: string;
205
205
  footerPrefix?: string;
206
206
  }
207
207
  type ScopesType = string[] | Array<{