This commit is contained in:
2026-02-21 11:59:59 +03:30
parent a0a40b52d5
commit f682465d4c
3 changed files with 8 additions and 4 deletions
@@ -58,7 +58,4 @@ export class InvoiceItem extends BaseEntity {
confirmedAt?: Date;
@Property({ type: 'json', nullable: true })
attachments?: string[]
}