diff options
Diffstat (limited to 'Main/wwwroot/scripts')
-rw-r--r-- | Main/wwwroot/scripts/main.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Main/wwwroot/scripts/main.ts b/Main/wwwroot/scripts/main.ts new file mode 100644 index 0000000..77a80d3 --- /dev/null +++ b/Main/wwwroot/scripts/main.ts @@ -0,0 +1,8 @@ +var root = document.getElementsByClassName('app'); + +class Article { + Title: HTMLElement; + Description: string; + ArticleLink: string; + Image: HTMLElement; +}
\ No newline at end of file |