interface CommentInformTreatment {
    should_have_inform_treatment: boolean;
    text: string;
}

Properties

should_have_inform_treatment: boolean
text: string