interface IInput {
    input: {
        order_id: string;
    };
}

Properties

Properties

input: {
    order_id: string;
}

Type declaration

  • order_id: string

    Идентификатор заказа.