feat: document export functions

This commit is contained in:
Ahmed Bouhuolia
2024-06-02 13:24:21 +02:00
parent f15fecde54
commit 1b237323f6
2 changed files with 9 additions and 9 deletions

View File

@@ -12,12 +12,12 @@ export class ExportPdf {
private chromiumlyTenancy: ChromiumlyTenancy;
/**
*
* @param tenantId
* @param columns
* @param data
* @param sheetTitle
* @param sheetDescription
* Generates the pdf table sheet for the given data and columns.
* @param {number} tenantId
* @param {} columns
* @param {Record<string, string>} data
* @param {string} sheetTitle
* @param {string} sheetDescription
* @returns
*/
public async pdf(