show all listings, Bug Fixes
This commit is contained in:
@@ -27,7 +27,6 @@ export interface BusinessListing {
|
||||
price?: number;
|
||||
favoritesForUser?: string[];
|
||||
draft?: boolean;
|
||||
listingsCategory?: string;
|
||||
realEstateIncluded?: boolean;
|
||||
leasedLocation?: boolean;
|
||||
franchiseResale?: boolean;
|
||||
@@ -44,6 +43,7 @@ export interface BusinessListing {
|
||||
updated?: Date;
|
||||
visits?: number;
|
||||
lastVisit?: Date;
|
||||
listingsCategory?: string;
|
||||
}
|
||||
|
||||
export interface CommercialPropertyListing {
|
||||
@@ -69,4 +69,5 @@ export interface CommercialPropertyListing {
|
||||
updated?: Date;
|
||||
visits?: number;
|
||||
lastVisit?: Date;
|
||||
listingsCategory?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user