added contract history

This commit is contained in:
2026-02-08 19:24:37 +01:00
parent 746706ef01
commit e0fc26795e
33 changed files with 3200 additions and 743 deletions
+10
View File
@@ -216,6 +216,16 @@ export interface ContractTask {
updatedAt: string;
}
export interface ContractHistoryEntry {
id: number;
contractId: number;
title: string;
description?: string;
isAutomatic: boolean;
createdBy: string;
createdAt: string;
}
export interface SalesPlatform {
id: number;
name: string;