(commands: { name: string; args: IPublicTypeCommandHandlerArgs }[], pluginContext?: IPublicModelPluginContext)
| 6 | }): void; |
| 7 | |
| 8 | batchExecuteCommand(commands: { name: string; args: IPublicTypeCommandHandlerArgs }[], pluginContext?: IPublicModelPluginContext): void; |
| 9 | } |
| 10 | |
| 11 | export interface ICommandOptions { |
no outgoing calls
no test coverage detected