Skip to content

Commit

Permalink
chore: added DefaultActionSubType VC_DECLINE
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Oct 25, 2024
1 parent 920cc12 commit 753b250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ssi-types/src/events/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export enum DefaultActionSubType {
VC_VERIFY = 'VC verify',
VC_SHARE = 'VC share',
VC_DELETE = 'VC delete',
VC_DECLINE = 'VC decline'
}

export type ActionSubType = DefaultActionSubType | string
Expand Down

0 comments on commit 753b250

Please sign in to comment.