mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
7 lines
118 B
Protocol Buffer
7 lines
118 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message BackupHistory {
|
|
string url = 1;
|
|
int32 lastRead = 2;
|
|
int32 readDuration = 3;
|
|
}
|