Type Alias InlinePromoRendered

InlinePromoRendered: {
    event_source: string;
    hasCode: boolean;
    hasCta: boolean;
    placement: string;
    title: string;
}

Type declaration

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