FusionTypeBase: {
    alertFrequency?: AlertFrequency;
    displayNameOverride?: string;
    fusionEventId: ValueOrRef<string>;
    index?: number;
    maintainSourceGroup?: boolean;
    name: string;
    optOutAtSignup?: boolean;
    sourceAddress: ValueOrRef<string>;
    tooltipContent?: string;
    topicGroupName?: string;
    type: "fusion" | "fusionToggle";
}