interface SelectServiceEndpoint {
    clickTrackingParams: string;
    commandMetadata: CommandMetadata;
    sendLiveChatVoteEndpoint: SendLiveChatVoteEndpoint;
}

Properties

clickTrackingParams: string
commandMetadata: CommandMetadata
sendLiveChatVoteEndpoint: SendLiveChatVoteEndpoint