Skip to content

Commit e0dfbb0

Browse files
committed
👌 IMPROVE: types
1 parent 6ec1f42 commit e0dfbb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎packages/testing/baseai/baseai.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
export const config = {
1+
import type {BaseAIConfig} from 'baseai';
2+
3+
export const config: BaseAIConfig = {
24
log: {
35
isEnabled: true,
46
isEnabledInProd: true,

0 commit comments

Comments
 (0)