Start Umbau zu postgres

This commit is contained in:
2024-04-14 22:52:19 +02:00
parent e784b424b0
commit 7d10080069
21 changed files with 5441 additions and 272 deletions

View File

@@ -68,6 +68,10 @@ export type ListingType =
| CommercialPropertyListing;
export interface ListingCriteria {
start:number,
length:number,
page:number,
pageCount:number,
type:string,
state:string,
minPrice:string,