interface DebugVariant {
    conditionType: Debug;
    isEnabled?: boolean;
    priority: number;
}

Hierarchy (view full)

Properties

conditionType: Debug
isEnabled?: boolean
priority: number