File

src/app/components/board-members/board-members.ts

Description

An interface representing board member details

Index

Properties

Properties

alt
alt: string
Type : string

Alternate text for the board member image

description
description: string
Type : string

Description of the board member

image
image: string
Type : string

Url to the image of a board member

export interface BoardMemberItems {
  /** Url to the image of a board member */
  image: string;
  /** Description of the board member */
  description: string;
  /** Alternate text for the board member image */
  alt: string;
}

results matching ""

    No results matching ""