Type Alias ProductMedia

ProductMedia: {
    id: string;
    title: string;
    url: string;
    type: "image" | "video";
    isFeatured?: boolean;
}

Type declaration

  • id: string
  • title: string
  • url: string
  • type: "image" | "video"
  • OptionalisFeatured?: boolean