Home
Projects
Books
Gallery
Contact
Home
Projects
Books
Gallery
Contact
← Personal Portfolio (old Angular version, unfinished)
source
/
src
/
app
/
image.ts
export
interface
Image
{
id
:
number
;
link
:
string
;
date
:
string
;
description
:
string
;
}