plugin-translation.model.ts 93 B

12345
  1. export type PluginTranslation = {
  2. [ npmName: string ]: {
  3. [ key: string ]: string
  4. }
  5. }