Interface ParticipantRequestedData

interface ParticipantRequestedData {
    userRequest: Request;
}

Properties

Properties

userRequest: Request