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

    Interface GoogleItemsProperties

    interface GoogleItemsProperties {
        items?: GoogleItem[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    items?: GoogleItem[]