add serialId
This commit is contained in:
parent
13fb3cd4b8
commit
c471629c6d
|
|
@ -70,6 +70,7 @@ export interface BusinessListing {
|
|||
|
||||
export interface CommercialPropertyListing {
|
||||
id: string;
|
||||
serialId?: number;
|
||||
userId?: string;
|
||||
type?: number;
|
||||
title?: string;
|
||||
|
|
|
|||
Loading…
Reference in New Issue