interface AddVoteRequest {
    mark: Mark;
    translationId: number;
}

Properties

Properties

mark: Mark
translationId: number