mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-20 23:22:07 +00:00
8 lines
198 B
Protocol Buffer
8 lines
198 B
Protocol Buffer
syntax = "proto3";
|
|
package crop_borders;
|
|
|
|
// [RINF:DART-SIGNAL]
|
|
message CropBordersInput { int32 interaction_id = 1; }
|
|
|
|
// [RINF:RUST-SIGNAL]
|
|
message CropBordersOutput { int32 interaction_id = 1; }
|