Skip to content

Commit

Permalink
πŸ‘Œ IMPROVE: types
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Oct 9, 2024
1 parent 4b1d9e0 commit 13582f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/testing/baseai/baseai.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export const config = {
import type {BaseAIConfig} from 'baseai';

export const config: BaseAIConfig = {
log: {
isEnabled: true,
isEnabledInProd: true,
Expand Down

0 comments on commit 13582f8

Please sign in to comment.