Type alias ReportLayoutSection

ReportLayoutSection: {
    columns: ReportTypeColumn[];
    masterLabel: string;
}

Type declaration