CommandRunner
CommandRunner
Represents the command runner function type.
Signature
type CommandRunner<T> = ({}: CommandProps<T>) =>
  | Promise<unknown>
  | unknown
Represents the command runner function type.
type CommandRunner<T> = ({}: CommandProps<T>) =>
  | Promise<unknown>
  | unknown