Skip to content

ember-command / ember-command / Commandable

Type Alias: Commandable

ts
type Commandable = 
  | Function
  | Command
  | LinkCommand
  | Link
  | CommandInstance
| Action<AnyFunction>;