add serialId
This commit is contained in:
@@ -70,6 +70,7 @@ export interface BusinessListing {
|
||||
|
||||
export interface CommercialPropertyListing {
|
||||
id: string;
|
||||
serialId?: number;
|
||||
userId?: string;
|
||||
type?: number;
|
||||
title?: string;
|
||||
|
||||
Reference in New Issue
Block a user