File

src/app/components/page-data/page-data.ts

Description

An interface representing the details of the page data

Index

Properties

Properties

descriptions
descriptions: string
Type : string

Description of the page data

heading
heading: string
Type : string

Title of the page data

export interface PageDataItems {
  /** Title of the page data */
  heading: string;
  /** Description of the page data */
  descriptions: string;
}

results matching ""

    No results matching ""