diff --git a/index.d.ts b/index.d.ts index 84ee212..064d51d 100644 --- a/index.d.ts +++ b/index.d.ts @@ -123,6 +123,8 @@ export interface BrandDto { receiverName: string; cardImageUrl: string; logoImageUrl: string | null; + homepageUrl: string | null; + termsUrl: string | null; customer: CustomerDto; }