@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...

    Interface OrderItems

    interface OrderItems {
        id?: string[] | number[];
        name?: string;
        price?: number;
        qnt?: number;
        type: "product" | "custom";
    }
    Index

    Properties

    Properties

    id?: string[] | number[]
    name?: string
    price?: number
    qnt?: number
    type: "product" | "custom"