We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230ad37 commit 4c313b1Copy full SHA for 4c313b1
1 file changed
packages/common/lib/experimental/holder-vci.ts
@@ -14,6 +14,6 @@ export type SubjectProofNotificationEventsSupported =
14
export interface ExperimentalSubjectIssuance {
15
credential_subject_issuance?: {
16
subject_proof_mode: SubjectProofMode;
17
- notifications_events_supported: Array<SubjectProofNotificationEventsSupported>;
+ notification_events_supported: Array<SubjectProofNotificationEventsSupported>;
18
};
19
}
0 commit comments