interface MFPPrintDatasource {
    table: MFPPrintDatasourceTable;
    title: string;
}

Properties

Properties

table: MFPPrintDatasourceTable
title: string