feat: journal sheet export

This commit is contained in:
Ahmed Bouhuolia
2024-01-01 20:43:16 +02:00
parent ab7abfea35
commit 5062d891e1
14 changed files with 14 additions and 11 deletions

View File

@@ -2,6 +2,9 @@ import { Model } from 'objection';
import TenantModel from 'models/TenantModel';
export default class Contact extends TenantModel {
email: string;
displayName: string;
/**
* Table name
*/