Hosting code to git for the first time.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { CommandSet } from "command/CommandSet"
|
||||
|
||||
interface Renderer {
|
||||
|
||||
executeCommand: (commands: CommandSet[] | CommandSet) => void;
|
||||
}
|
||||
|
||||
export type { Renderer };
|
||||
Reference in New Issue
Block a user