@xylabs/sdk-react
    Preparing search index...

    Interface GoogleCartProperties

    interface GoogleCartProperties {
        currency?: string;
        items?: GoogleItem[];
        value?: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    currency?: string
    items?: GoogleItem[]
    value?: number