Skip to content

Commit

Permalink
Fix/add missing type brandto (#21)
Browse files Browse the repository at this point in the history
* fix: add missing property logoImageUrl

* fix: add missing property homepageUrl and termsUrl
  • Loading branch information
iagormoraes authored Jun 28, 2023
1 parent 3b28914 commit f1977d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ export interface BrandDto {
receiverName: string;
cardImageUrl: string;
logoImageUrl: string | null;
homepageUrl: string | null;
termsUrl: string | null;
customer: CustomerDto;
}

Expand Down

0 comments on commit f1977d2

Please sign in to comment.