Skip to content

Commit

Permalink
fix(BrandDto): add clientUrl (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobleesinger authored Jul 28, 2023
1 parent af62df8 commit 73f2bb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export interface BrandDto {
termsUrl: string | null;
privacyUrl: string | null;
customer: CustomerDto;
clientUrl: string | null;
}

/**
Expand All @@ -153,7 +154,7 @@ export interface PresentationRequestDto {
expirationDate: string | null; // ms since epoch, unix timestamp
requestingBrand: BrandDto;
issuingBrands: BrandDto[];
description?: string | null
description?: string | null;
}

/**
Expand Down

0 comments on commit 73f2bb0

Please sign in to comment.