Interface IBaseConfiguration

interface IBaseConfiguration {
    enabled?: boolean;
    timeout?: number;
    type: ChallengeType;
}

Hierarchy (view full)

Properties

enabled?: boolean
timeout?: number