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

6 lines
93 B
TypeScript
Raw Normal View History

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