LabelEventTypeItem: Readonly<{
    name: string;
    optOutAtSignup?: boolean;
    tooltipContent?: string;
    type: "label";
}>