aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/install-plugin.model.ts
blob: 5a268ebe18b436d852d1eb07c6f90451133c01c0 (plain) (blame)
1
2
3
4
export interface InstallOrUpdatePlugin {
  npmName?: string
  path?: string
}