Skip to content

gunshi / default / Commandable

Type Alias: Commandable<G> ​

ts
type Commandable<G> = 
  | Command<G>
| LazyCommand<G>;

Define a command type.

Type Parameters ​

Type ParameterDefault type
G extends GunshiParamsConstraintDefaultGunshiParams

Released under the MIT License.