From 53c0fc6a4d9844dfb7b0c893c9a4f7fe4d812c9b Mon Sep 17 00:00:00 2001 From: Iagor Moraes <13892132+iagormoraes@users.noreply.github.com> Date: Fri, 21 Jul 2023 18:35:51 -0300 Subject: [PATCH] chore: add description to PresentationRequestDto (#26) --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 6df5d24..d131968 100644 --- a/index.d.ts +++ b/index.d.ts @@ -142,6 +142,7 @@ export interface PresentationRequestDto { expirationDate: string | null; // ms since epoch, unix timestamp requestingBrand: BrandDto; issuingBrands: BrandDto[]; + description?: string | null } /**