Einbau klassische Filter als Overlay ...
This commit is contained in:
@@ -45,7 +45,7 @@ export interface UserData {
|
||||
export interface BusinessListing {
|
||||
id: string;
|
||||
email?: string;
|
||||
type?: number;
|
||||
type?: string;
|
||||
title?: string;
|
||||
description?: string;
|
||||
city?: string;
|
||||
@@ -77,7 +77,7 @@ export interface CommercialPropertyListing {
|
||||
id: string;
|
||||
serialId?: number;
|
||||
email?: string;
|
||||
type?: number;
|
||||
type?: string;
|
||||
title?: string;
|
||||
description?: string;
|
||||
city?: string;
|
||||
|
||||
Reference in New Issue
Block a user