aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/install-plugin.model.ts
blob: 03d87fe574bb3a5fc619818cca23255f9b0b6d5f (plain) (blame)
1
2
3
export interface InstallPlugin {
  npmName: string
}