Type alias JudgingReceivedBodyType

JudgingReceivedBodyType: JudgingType & {
    state: RECEIVED;
    type: JUDGING;
}

Type declaration