Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerOrdersQueryParams

    interface EngineServerOrdersQueryParams {
        sender: string;
        product_ids: number[];
    }
    Index

    Properties

    Properties

    sender: string
    product_ids: number[]