(command: IPublicTypeCommand, options?: {
commandScope?: string;
})
| 2 | import { checkPropTypes } from '@alilc/lowcode-utils'; |
| 3 | export interface ICommand extends Omit<IPublicApiCommand, 'registerCommand' | 'batchExecuteCommand'> { |
| 4 | registerCommand(command: IPublicTypeCommand, options?: { |
| 5 | commandScope?: string; |
| 6 | }): void; |
| 7 |
no outgoing calls
no test coverage detected