aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/shared/translations.ts
blob: 146732495ab304efdff0396e544677d638cbb113 (plain) (blame)
1
2
3
4
5
type Translations = { [ id: string ]: string }

export {
  Translations
}