We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2789e commit c80e1f6Copy full SHA for c80e1f6
1 file changed
src/components/validation/DocumentValidationDetails.vue
@@ -68,13 +68,13 @@ import {
68
import { getStatusLabel } from '../../utils/fileStatus.js'
69
import { openDocument } from '../../utils/viewer.js'
70
import SignerDetails from './SignerDetails.vue'
71
-import type { SignerDetailRecord } from '../../types/index'
+import type { SignerDetailRecord, SignerSummaryRecord } from '../../types/index'
72
73
defineOptions({
74
name: 'DocumentValidationDetails',
75
})
76
77
-type ValidationSigner = Partial<SignerDetailRecord>
+type ValidationSigner = Partial<SignerSummaryRecord | SignerDetailRecord>
78
type ValidationDocument = {
79
uuid?: string
80
name?: string
0 commit comments