Skip to content

Commit

Permalink
chore: export type
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Jan 17, 2025
1 parent 400af04 commit 5836673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oid4vci-holder/src/types/FirstPartyMachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export enum FirstPartyMachineEvents {
type NextEvent = {type: FirstPartyMachineEvents.NEXT};
type PreviousEvent = {type: FirstPartyMachineEvents.PREVIOUS};
type DeclineEvent = {type: FirstPartyMachineEvents.DECLINE};
type SelectCredentialsEvent = {
export type SelectCredentialsEvent = {
type: FirstPartyMachineEvents.SET_SELECTED_CREDENTIALS;
data: Array<UniqueDigitalCredential>;
};
Expand Down

0 comments on commit 5836673

Please sign in to comment.