Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandConfig<T>

Configuration options that dictate how a command should be run. Can also contain custom options for a command, like a tag.

Type parameters

  • T

Hierarchy

  • CommandConfig

Indexable

[key: string]: any

Index

Properties

Optional mocked

mocked: boolean

Optional seedValue

seedValue: T

Optional tag

tag: string

timeoutMs

timeoutMs: number

Generated using TypeDoc