mangayomi-mirror/proto/BackupHistory.proto
2026-04-19 23:42:12 +02:00

7 lines
118 B
Protocol Buffer

syntax = "proto3";
message BackupHistory {
string url = 1;
int64 lastRead = 2;
int64 readDuration = 3;
}