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

8 lines
128 B
TypeScript

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