fix(core): update

This commit is contained in:
2022-06-15 21:29:39 +02:00
parent 5e8ab7012f
commit dd3182536e
4 changed files with 12 additions and 3 deletions

View File

@ -19,8 +19,8 @@ export interface ILetter {
contractDate: number;
};
timesheetData: string;
pdfBuffer?: TypedArray;
pdfAttachmentBuffers: TypedArray[];
pdfBuffer?: business.IPdf;
pdfAttachmentBuffers: business.IPdf[];
language: string;
objectActions: database.IObjectAction[];
}