added contract history
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user