Type alias ReportTypeColumn
ReportTypeColumn: {
checkedByDefault: boolean;
displayNameOverride?: string | null;
field: string;
table: string;
}
Type declaration
checkedByDefault: boolean
Optional
displayNameOverride?: string | null
field: string
table: string