PeerTube/shared/models/plugins/install-plugin.model.ts

4 lines
53 B
TypeScript

export interface InstallPlugin {
npmName: string
}