Skip to content

Commit 282b963

Browse files
committed
do not export
1 parent 94cd896 commit 282b963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/integrations/consola.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { normalize } from '../utils/normalize';
99
/**
1010
* Result of extracting structured attributes from console arguments.
1111
*/
12-
export interface ExtractAttributesResult {
12+
interface ExtractAttributesResult {
1313
/**
1414
* The log message to use for the log entry, typically constructed from the console arguments.
1515
*/

0 commit comments

Comments
 (0)