3 lines
53 B
TypeScript
3 lines
53 B
TypeScript
export interface InstallPlugin {
|
|
npmName: string
|
|
}
|
export interface InstallPlugin {
|
|
npmName: string
|
|
}
|