Type Alias TriggerServerPriceRequirement
TriggerServerPriceRequirement:
| { oracle_price_above: string }
| { oracle_price_below: string }
| { last_price_above: string }
| { last_price_below: string }
| { mid_price_above: string }
| { mid_price_below: string }