Interface ShopOrderSearchInputAllowedFilters

ShopOrderSearchInputAllowedFilters

interface ShopOrderSearchInputAllowedFilters {
    amount?: number[];
    gameServerId?: string[];
    id?: string[];
    listingId?: string[];
    playerId?: string[];
    status?: string[];
    userId?: string[];
}

Properties

amount?: number[]

ShopOrderSearchInputAllowedFilters

gameServerId?: string[]

ShopOrderSearchInputAllowedFilters

id?: string[]

ShopOrderSearchInputAllowedFilters

listingId?: string[]

ShopOrderSearchInputAllowedFilters

playerId?: string[]

ShopOrderSearchInputAllowedFilters

status?: string[]

ShopOrderSearchInputAllowedFilters

userId?: string[]

ShopOrderSearchInputAllowedFilters