Type alias ReportTypeSectionTranslation

ReportTypeSectionTranslation: {
    columns: ReportTypeColumnTranslation[];
    label?: string | null;
    name: string;
}

Type declaration