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

Properties

Properties

address: string

Identifier of the user that received the invite

endReason: 487 | 603 | 200 | 404 | 408

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

Generated using TypeDoc