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