@bootdesk/js-web-adapter-core
    Preparing search index...

    Interface ProductCard

    interface ProductCard {
        actions?: ProductCardAction[];
        badge?: string;
        currency?: string;
        price: number;
        title: string;
        type: "product";
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions?: ProductCardAction[]
    badge?: string
    currency?: string
    price: number
    title: string
    type: "product"
    url: string