Interface ShopListingSearchInputAllowedFilters

ShopListingSearchInputAllowedFilters

interface ShopListingSearchInputAllowedFilters {
    draft?: boolean;
    gameServerId?: string[];
    id?: string[];
    name?: string[];
    price?: number[];
}

Properties

draft?: boolean

ShopListingSearchInputAllowedFilters

gameServerId?: string[]

ShopListingSearchInputAllowedFilters

id?: string[]

ShopListingSearchInputAllowedFilters

name?: string[]

ShopListingSearchInputAllowedFilters

price?: number[]

ShopListingSearchInputAllowedFilters