Einbau klassische Filter als Overlay ...

This commit is contained in:
2024-07-16 17:09:59 +02:00
parent af982d19d8
commit bdafb03165
32 changed files with 1274 additions and 239 deletions

View File

@@ -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;