Skip to content

Commit

Permalink
chore: add description to PresentationRequestDto (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
iagormoraes authored Jul 21, 2023
1 parent 73f14d8 commit 53c0fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export interface PresentationRequestDto {
expirationDate: string | null; // ms since epoch, unix timestamp
requestingBrand: BrandDto;
issuingBrands: BrandDto[];
description?: string | null
}

/**
Expand Down

0 comments on commit 53c0fc6

Please sign in to comment.