This commit is contained in:
2025-06-12 16:26:10 +02:00
parent af3a68e51b
commit 4916c20f64
5 changed files with 1227 additions and 395 deletions

View File

@@ -133,16 +133,6 @@ export interface Interest {
"EmbeddedSignatureLinkDeveloper"?: string;
// Documenso document ID for generated documents
"documensoID"?: string;
// EOI creation time
"EOI Time Created"?: string;
// Interest type
"Interest Type"?: string;
// Signature timestamps
"clientSignTime"?: string;
"ccSignTime"?: string;
"developerSignTime"?: string;
// Reminder system
"reminder_enabled"?: boolean;
}
export interface InterestsResponse {