@web-core/web-sdk
    Preparing search index...

    Interface OrderResponse

    interface OrderResponse {
        orderId: number;
        status: string;
    }
    Index

    Properties

    Properties

    orderId: number
    status: string