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

    Interface GoogleSelectItemProperties

    interface GoogleSelectItemProperties {
        item_list_id?: string;
        item_list_name?: string;
        items?: GoogleItem[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    item_list_id?: string
    item_list_name?: string
    items?: GoogleItem[]