Interface ShopOrderSearchInputAllowedFilters

ShopOrderSearchInputAllowedFilters

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

Properties

amount?: number[]

ShopOrderSearchInputAllowedFilters

id?: string[]

ShopOrderSearchInputAllowedFilters

listingId?: string[]

ShopOrderSearchInputAllowedFilters

status?: string[]

ShopOrderSearchInputAllowedFilters

userId?: string[]

ShopOrderSearchInputAllowedFilters