Interface IStepContextGoOptions

interface IStepContextGoOptions {
    silent?: boolean;
}

Properties

Properties

silent?: boolean

Logging into a handler without executing it

Generated using TypeDoc