add serialId

This commit is contained in:
Andreas Knuth 2024-05-22 17:36:49 -05:00
parent 13fb3cd4b8
commit c471629c6d
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ export interface BusinessListing {
export interface CommercialPropertyListing {
id: string;
serialId?: number;
userId?: string;
type?: number;
title?: string;