Skip to content

Commit

Permalink
Merge pull request #172 from nsylke/patch-1
Browse files Browse the repository at this point in the history
fix: logger types in constructor config
  • Loading branch information
titanism committed Apr 4, 2022
2 parents ae2430e + d84b4ac commit 6cfc81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ declare namespace Bree {
type JobOptions = Required<Pick<Job, 'name'>> & Partial<Omit<Job, 'name'>>;

interface BreeConfigs {
logger: Record<string, unknown>;
logger: Record<string, unknown> | boolean;
root: string | boolean;
silenceRootCheckError: boolean;
doRootCheck: boolean;
Expand Down

0 comments on commit 6cfc81f

Please sign in to comment.