Type alias ReportTypeTranslation

ReportTypeTranslation: {
    description?: string | null;
    label?: string | null;
    name: string;
    sections: ReportTypeSectionTranslation[];
}

Type declaration