Type Alias HeroOverlayPromoRendered

HeroOverlayPromoRendered: {
    hasCode: boolean;
    hasCta: boolean;
    hasImage: boolean;
    placement: string;
    title: string;
}

Type declaration

  • hasCode: boolean
  • hasCta: boolean
  • hasImage: boolean
  • placement: string
  • title: string