1
0
Fork 0
peertube/shared/models/plugins/plugin-translation.model.ts
2019-07-26 15:18:30 +02:00

5 lines
93 B
TypeScript

export type PluginTranslation = {
[ npmName: string ]: {
[ key: string ]: string
}
}