Skip to content

Commit 12ff7a7

Browse files
committed
fix: types
1 parent 5bd9092 commit 12ff7a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/shared.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ export interface InstallOptions {
4646
*
4747
* Possible values for log levels are: 'debug', 'info', 'warn', 'error'
4848
*
49-
* @default [] (no log levels are ignored)
49+
* @default undefined (no log levels are ignored)
5050
*/
51-
ignoreLogs?: LogLevel[];
51+
ignoreLogs?: LogLevel[] | undefined;
5252
}
5353

5454
/* ------------------------------------------------------ */

0 commit comments

Comments
 (0)