Appearance
gunshi / default / Commandable
type Commandable<A> = | Command<A> | LazyCommand<A>;
Define a command type.
A
Args