DirectPushEventTypeItem: Readonly<{
    directPushId: ValueOrRef<string>;
    name: string;
    optOutAtSignup?: boolean;
    tooltipContent?: string;
    type: "directPush";
}>