Skip to content

Commit

Permalink
fix: add missing configs to the BalConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Nov 2, 2022
1 parent 05fc093 commit 6cec2d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/utils/config/config.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export interface BalConfig {
region?: BalRegion
language?: BalLanguage
allowedLanguages?: BalLanguage[]
fallbackLanguage?: BalLanguage
logger?: BalLogger
}

export interface BalConfigState {
Expand Down

0 comments on commit 6cec2d6

Please sign in to comment.