Files
Epicnabbo-Catalogus-Updated…/Coolui v3 test/src/api/catalog/IMarketplaceSearchOptions.ts
T
2026-01-26 19:06:51 +01:00

8 lines
128 B
TypeScript

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