@stigg/react-sdk - v10.7.0
    Preparing search index...

    Type Alias ExperimentInfo

    type ExperimentInfo = {
        groupName: string;
        groupType?: ExperimentGroupType | null;
        id: string;
        name: string;
    }
    Index

    Properties

    groupName: string
    groupType?: ExperimentGroupType | null
    id: string
    name: string