Lager - v5.2.0
    Preparing search index...

    Interface representing the properties for the OrderItem component.

    This interface defines the structure of the props that are passed to the OrderItem component.

    OrderItemProps

    interface OrderItemProps {
        route?: { params: { item: Order } };
    }
    Index

    Properties

    Properties

    route?: { params: { item: Order } }

    The route object containing the parameters for the order item.