Type alias DowJonesAddMatchFeedbackResponse

DowJonesAddMatchFeedbackResponse: {
    data: {
        attributes: Match;
        id: string;
        type: string;
    };
}

Type declaration

  • data: {
        attributes: Match;
        id: string;
        type: string;
    }
    • attributes: Match
    • id: string
    • type: string

Generated using TypeDoc