interface MediaEvent_Endpoint_TrackIdToTrackEntry {
    key: string;
    value: MediaEvent_Track;
}

Properties

Properties

key: string