Lager - v5.2.0
    Preparing search index...

    Interface representing the properties for the OrderListItem component.

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

    OrderListItemPropsType

    interface OrderListItemPropsType {
        item: { id: number; name: string; status_id: number };
    }
    Index

    Properties

    Properties

    item: { id: number; name: string; status_id: number }

    The order item to be displayed by the OrderListItem component.