This commit is contained in:
Ahmed Bouhuolia
2025-03-28 04:08:27 +02:00
parent 6461a2318f
commit 1cfddf2b4d
12 changed files with 47 additions and 32 deletions

View File

@@ -5,8 +5,7 @@ export class Exportable {
* @returns
*/
public async exportable(
tenantId: number,
query: Record<string, any>
query: Record<string, any>,
): Promise<Array<Record<string, any>>> {
return [];
}