PeerTube/client/src/standalone/videos/shared/translations.ts

6 lines
74 B
TypeScript
Raw Normal View History

2022-05-31 08:59:30 +02:00
type Translations = { [ id: string ]: string }
export {
Translations
}