interface Report {
    reasons: { id: number; title: string }[];
    title: string;
}

Properties

Properties

reasons: { id: number; title: string }[]
title: string