Represents an item that can be switched.

ISwitchItem

interface ISwitchItem {
    path: string;
}

Properties

Properties

path: string