Interface InboxPlacementAnalysisDetailTableDto

Optional detail table that a frontend can render in a modal or expanded panel

Export

Interface

InboxPlacementAnalysisDetailTableDto

Hierarchy

  • InboxPlacementAnalysisDetailTableDto

Properties

Properties

columns: string[]

Memberof

InboxPlacementAnalysisDetailTableDto

rows: {
    [key: string]: string;
}[]

Memberof

InboxPlacementAnalysisDetailTableDto

title: string

Memberof

InboxPlacementAnalysisDetailTableDto