export interface IMarketplaceSearchOptions { query: string; type: number; minPrice: number; maxPrice: number; }