/**
* Outright Participant Result Structure class is responsible for
* deserializing the response from the snapshot API to a
* outright participant structure.
*/exportdeclareclassOutrightParticipantResultBodyStructure {
participantId: number;
name: string;
result: number;
}