interface Candidate {
    address: string;
    endReason: 200 | 404 | 408 | 487 | 603;
}

Properties

Properties

address: string

Identifier of the user that received the invite

endReason: 200 | 404 | 408 | 487 | 603

A code that indicates if the candidates accepted or rejected the invite and his reason