Interface SwitchingType

interface SwitchingType {
    interval: number;
    type?: SwitchingTypeType;
}

Properties

Properties

interval: number