mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-04-09 07:14:07 +02:00
6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
import {MediaDTO} from './MediaDTO';
|
|
|
|
export interface DuplicatesDTO {
|
|
media: MediaDTO[];
|
|
}
|