Skip to content

Commit

Permalink
Expprt as type.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfajemisincabinetoffice committed Feb 20, 2025
1 parent faa0ed9 commit 545a732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import getTranslations from './src/get-translations'
import {Translation} from './interfaces/translations.interface'
import {TranslationsObject} from './interfaces/translations.interface'

export { getTranslations, Translation, TranslationsObject }
export { getTranslations }
export type { Translation, TranslationsObject }

0 comments on commit 545a732

Please sign in to comment.