interface DataSourcePrintReportObject {
    table: DataSourceTableObject;
    title: string;
}

Properties

Properties

title: string