Skip to content

Commit

Permalink
Merge pull request #57 from VerifiedInc/add-redirect-url-presentation…
Browse files Browse the repository at this point in the history
…-request

chore: add redirectUrl
  • Loading branch information
iagormoraes authored Jan 22, 2024
2 parents ee2b339 + bf37667 commit 5e5f31b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export interface PresentationRequestDto {
issuingBrands: BrandDto[];
description?: string | null;
title?: string | null;
redirectUrl?: string | null;
}

/**
Expand Down

0 comments on commit 5e5f31b

Please sign in to comment.