Skip to content

Commit

Permalink
fix(LambdaExtensionClient): Export interface (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiraJ48 authored Mar 28, 2023
1 parent 1a1db88 commit 68b9ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export { createTimedSpan } from './createTimedSpan';
export { httpTracingConfig } from './httpTracing';

export type { AppConfig } from './AppConfig';
export type { LambdaExtensionMetricsClient } from './LambdaExtensionMetricsClient';
export type { MetricsClient } from './MetricsClient';
export type { StatsDConfig } from './createStatsDClient';

0 comments on commit 68b9ade

Please sign in to comment.