Type alias MatchFeedback

MatchFeedback: {
    comment: string;
    id: string;
    risk_rating: number;
    state: MatchFeedbackState;
    timestamp: string;
}

Type declaration

Generated using TypeDoc