mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-20 23:22:07 +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;
|
|
}
|