Skip to content

Commit

Permalink
Merge pull request #6638 from WiXSL/export-type-i18n
Browse files Browse the repository at this point in the history
Fix export TranslationMessages `StringMap` type
  • Loading branch information
djhi authored Oct 5, 2021
2 parents 66085f7 + 254c20e commit e6e8a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-core/src/i18n/TranslationMessages.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
interface StringMap {
export interface StringMap {
[key: string]: StringMap | string | undefined;
}

Expand Down

0 comments on commit e6e8a0c

Please sign in to comment.