Skip to content

Commit

Permalink
Added type information for timestamp propName
Browse files Browse the repository at this point in the history
  • Loading branch information
bytenik authored Apr 18, 2024
1 parent ed96cce commit 69aeb4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ export interface TimestampOptions {
* The name of an alias for the timestamp property, that will be added to the `info` object.
*/
alias?: string;
/**
* The name of the timestamp property, that will take the place of "timestamp" if specified.
*/
propName?: string;
}

export interface UncolorizeOptions {
Expand Down

0 comments on commit 69aeb4b

Please sign in to comment.