IGPAPI
    Preparing search index...

    Interface SavedFeedResponseVariantValuesItem

    interface SavedFeedResponseVariantValuesItem {
        id: string;
        is_preselected: boolean;
        name: string;
        value: string;
        visual_style: string;
    }
    Index

    Properties

    id: string
    is_preselected: boolean
    name: string
    value: string
    visual_style: string