1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-12-05 23:18:43 +02:00
Files
pigallery2/common/entities/settings/IndexingProgressDTO.ts

10 lines
149 B
TypeScript
Raw Normal View History

2017-07-25 21:09:37 +02:00
export interface IndexingProgressDTO {
indexed: number;
left: number;
current: string;
time: {
start: number,
current: number
};
2017-07-25 21:09:37 +02:00
}