This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
pigallery2
Watch
1
Star
0
Fork
0
You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced
2025-04-21 12:16:59 +02:00
Code
Issues
Releases
Activity
pigallery2
/
src
/
common
/
entities
/
DuplicatesDTO.ts
6 lines
96 B
TypeScript
Raw
Normal View
History
Unescape
Escape
upgrading to bootstrap 5
2022-04-04 19:37:31 +02:00
import
{
MediaDTO
}
from
'./MediaDTO'
;
implementing duplicates frontend
2019-01-18 00:26:20 +01:00
export
interface
DuplicatesDTO
{
media
:
MediaDTO
[
]
;
}
Reference in New Issue
Copy Permalink