add serialId
This commit is contained in:
parent
13fb3cd4b8
commit
c471629c6d
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue