From 3b289147906250dc30b242a78cd0fa897ee6ad4b Mon Sep 17 00:00:00 2001 From: Iagor Moraes <13892132+iagormoraes@users.noreply.github.com> Date: Wed, 28 Jun 2023 19:34:57 -0300 Subject: [PATCH] fix: add missing property logoImageUrl (#20) --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index e37515f..84ee212 100644 --- a/index.d.ts +++ b/index.d.ts @@ -122,6 +122,7 @@ export interface BrandDto { issuerName: string; receiverName: string; cardImageUrl: string; + logoImageUrl: string | null; customer: CustomerDto; }