mangayomi-mirror/proto/BackupHistory.proto
2025-03-14 00:41:45 +01:00

7 lines
118 B
Protocol Buffer

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