spartaxx.businessmodels 1.0.347 → 1.0.348
Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ export interface PwProcessDocumentDetails {
|
|
20
20
|
ValidateEsignIPAddress: string;
|
21
21
|
ValidateEsignSigneeName: string;
|
22
22
|
ValidateEsignSigneeEmail: string;
|
23
|
-
ValidateEsignSignature:
|
23
|
+
ValidateEsignSignature: string;
|
24
24
|
DocumentPath: string;
|
25
25
|
CreatedApp: string;
|
26
26
|
UserId: number;
|