@hmxlabs/dax-client 2.6.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -487,6 +487,8 @@ export interface ListingDetailFullResponse {
|
|
|
487
487
|
attachments?: ListingDetailAttachment[] | null;
|
|
488
488
|
bidsError?: string | null;
|
|
489
489
|
bids?: ListingDetailBid[] | null;
|
|
490
|
+
/** @format double */
|
|
491
|
+
minBid?: number;
|
|
490
492
|
}
|
|
491
493
|
export interface ListingDetailPropertyMap {
|
|
492
494
|
name?: string | null;
|