We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cd896 commit 282b963Copy full SHA for 282b963
packages/core/src/integrations/consola.ts
@@ -9,7 +9,7 @@ import { normalize } from '../utils/normalize';
9
/**
10
* Result of extracting structured attributes from console arguments.
11
*/
12
-export interface ExtractAttributesResult {
+interface ExtractAttributesResult {
13
14
* The log message to use for the log entry, typically constructed from the console arguments.
15
0 commit comments