Skip to content

Commit

Permalink
chore: added first party machine navigation type
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Jan 17, 2025
1 parent aacd184 commit cd879d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/oid4vci-holder/src/types/FirstPartyMachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,11 @@ export type SiopV2AuthorizationRequestData = {
entityId?: string;
presentationDefinitions?: PresentationDefinitionWithLocation[];
};

export type FirstPartyMachineNavigationArgs = {
oid4vciMachine: FirstPartyMachineInterpreter
state: FirstPartyMachineState
navigation: any
onNext?: () => void
onBack?: () => void
}

0 comments on commit cd879d7

Please sign in to comment.