Umbau business-details & edit-business

This commit is contained in:
2024-07-04 14:59:02 +02:00
parent 1ccd1d174c
commit 9228cbebbe
9 changed files with 350 additions and 67 deletions

View File

@@ -43,9 +43,6 @@ export interface UserData {
updated?: Date;
}
export interface BusinessListing {
icon?: string;
iconColor?: string;
logo?: string;
id: string;
userId?: string;
type?: number;