Skip to content

Commit

Permalink
Change TransformableInfo message prop to any
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbair authored and wbt committed Jun 21, 2022
1 parent 9101ebc commit 535f823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

export interface TransformableInfo {
level: string;
message: string;
message: any;
[key: string]: any;
}

Expand Down Expand Up @@ -53,7 +53,7 @@ export namespace format {
function uncolorize(opts?: UncolorizeOptions): Format;
}

export interface CliOptions extends ColorizeOptions, PadLevelsOptions {}
export interface CliOptions extends ColorizeOptions, PadLevelsOptions { }

export interface ColorizeOptions {
/**
Expand Down

0 comments on commit 535f823

Please sign in to comment.