aboutsummaryrefslogtreecommitdiff
path: root/Website/scripts/main.ts
blob: 77a80d3798bdcf003bc40e9ad2441727e387d528 (plain)
1
2
3
4
5
6
7
8
var root = document.getElementsByClassName('app');

class Article {
  Title: HTMLElement;
  Description: string;
  ArticleLink: string;
  Image: HTMLElement;
}