Libticketto
    Preparing search index...

    Type Alias LineItem

    type LineItem = {
        description: string;
        price: LineItemPrice;
    }
    Index

    Properties

    Properties

    description: string