Interface ScreenProducerIdData

interface ScreenProducerIdData {
    producerId: string;
}

Properties

Properties

producerId: string