mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-01-11 22:40:36 +00:00
7 lines
112 B
Protocol Buffer
7 lines
112 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message BackupCategory {
|
|
string name = 1;
|
|
int32 order = 2;
|
|
int32 flags = 100;
|
|
}
|