Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerValidateOrderQueryParams

    interface EngineServerValidateOrderQueryParams {
        product_id: number;
        order: string;
    }
    Index

    Properties

    Properties

    product_id: number
    order: string