PeerTube/shared/models/plugins/plugin-translation.model.ts

6 lines
93 B
TypeScript
Raw Normal View History

2019-07-26 14:44:50 +02:00
export type PluginTranslation = {
[ npmName: string ]: {
[ key: string ]: string
}
}