Skip to content

Commit 145d056

Browse files
Merge pull request #246 from benheymink/master
(feat): Adds missing types to lambda-powertools-correlation-ids
2 parents 4583fc1 + 2d09bcc commit 145d056

File tree

1 file changed

+6
-0
lines changed
  • packages/lambda-powertools-correlation-ids

1 file changed

+6
-0
lines changed

packages/lambda-powertools-correlation-ids/index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,10 @@ declare class dazn__lambda_powertools_correlation_ids {
2222
static replaceAllWith(ctx: IContext): void;
2323

2424
static set(key: string, value: any): void;
25+
26+
get debugLoggingEnabled(): boolean;
27+
set debugLoggingEnabled(enabled: boolean);
28+
29+
static get debugLoggingEnabled(): boolean;
30+
static set debugLoggingEnabled(enabled: boolean);
2531
}

0 commit comments

Comments
 (0)