Interface ShopListingSearchInputDTO

ShopListingSearchInputDTO

interface ShopListingSearchInputDTO {
    extend?: string[];
    filters?: ShopListingSearchInputAllowedFilters;
    greaterThan?: ShopSearchInputAllowedRangeFilter;
    lessThan?: ShopSearchInputAllowedRangeFilter;
    limit?: number;
    page?: number;
    search?: ShopListingSearchInputAllowedFilters;
    sortBy?: string;
    sortDirection?: ShopListingSearchInputDTOSortDirectionEnum;
}

Properties

extend?: string[]

ShopListingSearchInputDTO

ShopListingSearchInputDTO

ShopListingSearchInputDTO

ShopListingSearchInputDTO

limit?: number

ShopListingSearchInputDTO

page?: number

ShopListingSearchInputDTO

ShopListingSearchInputDTO

sortBy?: string

ShopListingSearchInputDTO

ShopListingSearchInputDTO