```go type Cmd any type RedrawCmd struct{} ``` OR ```go type Command any type RedrawCommand struct{} ``` instead of ```go type Command any type RedrawCmd struct{} ```
OR
instead of