6 lines
234 B
TypeScript
6 lines
234 B
TypeScript
![]() |
import { Command } from "../Editor/CommandMachine";
|
||
|
export declare class Command_ShowProcessingGroupModal implements Command {
|
||
|
NoHistory: boolean;
|
||
|
exec(): Promise<void>;
|
||
|
}
|
||
|
//# sourceMappingURL=ShowProcessingGroupModal.d.ts.map
|