1
0
Fork 0
peertube/shared/models/plugins/install-plugin.model.ts
2019-07-24 10:58:16 +02:00

3 lines
53 B
TypeScript

export interface InstallPlugin {
npmName: string
}