src/app/components/simple-tile/tile-items.ts
An interface representing the details of the simple card
title: string
string
Description in the card
export interface TileItems { /** Description in the card */ title: string; }