Bug Fixing overall

This commit is contained in:
2024-05-06 20:13:09 +02:00
parent bb5a408cdc
commit 6b61c19bd7
52 changed files with 1926 additions and 1048 deletions

View File

@@ -65,6 +65,7 @@ export interface ListingCriteria {
realEstateChecked: boolean;
title: string;
category: 'professional|broker';
name: string;
}
export interface KeycloakUser {
@@ -148,6 +149,8 @@ export interface AutoCompleteCompleteEvent {
export interface MailInfo {
sender: Sender;
userId: string;
email: string;
listing?: BusinessListing;
}
export interface Sender {
name?: string;