interface AnswerDto {
    answer: string;
    requestID: string;
}

Properties

Properties

answer: string
requestID: string