Skip to content

Commit

Permalink
FEATURE: Add 'type' property to Options
Browse files Browse the repository at this point in the history
  • Loading branch information
André Wachter committed Jan 30, 2018
1 parent 616b2ff commit 48249ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dblogger.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ declare namespace dblogger {
}

export interface Options {
type: 'sqlite' | 'postgres',
level: LogLevel,
/** Also log to stdout */
stdout: boolean,
Expand Down

0 comments on commit 48249ab

Please sign in to comment.