]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/server/plugin-translation.model.ts
Cleanup shared models
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / server / plugin-translation.model.ts
1 export type PluginTranslation = {
2 [ npmName: string ]: {
3 [ key: string ]: string
4 }
5 }