Interface AddLiveChatTickerItemAction

interface AddLiveChatTickerItemAction {
    durationSec: string;
    item: Item2;
}

Properties

Properties

durationSec: string
item: Item2