Nado Typescript SDK Documentation
    Preparing search index...

    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 }