1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00
pigallery2/common/entities/settings/IndexingProgressDTO.ts

6 lines
95 B
TypeScript
Raw Normal View History

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