mirror of
https://github.com/duckietm/Nitro-Cool-UI-Renderer.git
synced 2025-06-21 15:06:58 +00:00
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
export interface IMarketplaceSearchOptions
|
|
{
|
|
query: string;
|
|
type: number;
|
|
minPrice: number;
|
|
maxPrice: number;
|
|
}
|