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-17 12:06:38 +02:00
Code
Issues
Releases
Activity
pigallery2
/
src
/
common
/
entities
/
DuplicatesDTO.ts
6 lines
94 B
TypeScript
Raw
Normal View
History
Unescape
Escape
improving linting
2023-09-11 18:57:51 +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