Skip to content

Commit

Permalink
rename LanguageOptionsObjectMap
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Feb 4, 2024
1 parent 2ef75a8 commit 17ceb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/ext/settings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export type ProfileOptions = {
inputs: InputsOptions;
clipboard: ClipboardOptions;
accessibility: AccessibilityOptions;
languages: LanguagesOptions;
languages: LanguageOptionsObjectMap;
};

export type GeneralOptions = {
Expand Down Expand Up @@ -351,7 +351,7 @@ export type LanguageOptions = {
textTransformations?: TextTransformationsOptions;
};

export type LanguagesOptions = {
export type LanguageOptionsObjectMap = {
[language: string]: LanguageOptions;
};

Expand Down

0 comments on commit 17ceb75

Please sign in to comment.