import Foundation

struct AddParticipantModel {
    
    var id: Int?
    var profileImage: String?
    var username: String
    
}
