Type Alias NewProductNotification
NewProductNotification: {
body: string;
expiresAt: string;
imageAlt?: string;
imageUrl: string;
linkText?: string;
linkUrl?: string;
publishedAt: string;
title: string;
type: "FEATURE" | "BUG_FIX" | "ANNOUNCEMENT";
}