About
Portfolio
Repos
Blog
Hobbies
index
:
trip-share
master
nextjs
A web application for displaying photos and GPX tracks on the map
Marcin Zelent
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
models
/
MediaType.ts
blob: 74bb933a3eeac65ece71aa015d80dfd47a47cf38 (
plain
)
1
2
3
4
5
6
enum
MediaType
{
Photo
=
"photo"
,
Video
=
"video"
,
}
export
default
MediaType
;