5 lines
182 B
TypeScript
5 lines
182 B
TypeScript
![]() |
import { Command } from "../Editor/CommandMachine";
|
||
|
export declare class FeedingCommand implements Command {
|
||
|
exec(): Promise<void>;
|
||
|
}
|
||
|
//# sourceMappingURL=CommandFeeding.d.ts.map
|