Interface CommandOptionsSpec

Specializes a usage of CommandOptions.

interface CommandOptionsSpec {
    timeout?: keyof TimeoutDescriptor;
}

Properties

Properties

timeout?: keyof TimeoutDescriptor