Skip to content

Commit

Permalink
fix: correct silent type (#47)
Browse files Browse the repository at this point in the history
* fix: correct silent type

* fix: correct type for `silent` option

---------

Co-authored-by: yuyinws <[email protected]>
  • Loading branch information
jspn-creative and yuyinws authored Sep 19, 2024
1 parent b6708da commit e327aad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,10 @@ export interface Options {
/**
* Whether to print plugin server url to the console.
*
* Set it to `false` to disable.
*
* @defaultValue true
* @defaultValue false
*/
silent?: false
silent?: boolean
}

export interface GenContext {
Expand Down

0 comments on commit e327aad

Please sign in to comment.