nitro/apps/frontend/src/api/catalog/IMarketplaceSearchOptions.ts

7 lines
120 B
TypeScript

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