Skip to content

Commit

Permalink
Merge 813c15e into 21087c8
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannzhou committed Jul 21, 2022
2 parents 21087c8 + 813c15e commit bad0fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/verticalConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import { VerticalLink } from './verticalLink';
*
* @public
*/
export interface VerticalConfig {
export interface VerticalConfig<T = Record<string, unknown>> {
/** {@inheritDoc SectionComponent} */
SectionComponent?: SectionComponent,
/** The card to use for this vertical. */
CardComponent?: CardComponent,
CardComponent?: CardComponent<T>,
/** The label for the vertical. */
label?: string,
/** Whether or not this vertical should show a button to view all results on the vertical page. */
Expand Down

0 comments on commit bad0fb0

Please sign in to comment.