aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/plugin-translation.model.ts
blob: a2dd8e560491aab268ba00ed29646b5045e1e1f8 (plain) (blame)
1
2
3
4
5
export type PluginTranslation = {
  [ npmName: string ]: {
    [ key: string ]: string
  }
}