Type Alias CMSFeaturedConnectionTitleClickedPayload

CMSFeaturedConnectionTitleClickedPayload: {
    title: string;
    totalNumberOfCards: number;
}

Type declaration

  • title: string
  • totalNumberOfCards: number