mangayomi-mirror/messages/boa_js.proto
kodjomoustapha 64b1f91dce Refactor
2024-01-06 12:52:18 +01:00

9 lines
134 B
Protocol Buffer

syntax = "proto3";
package boa_js;
message ReadRequest {
string code_script = 1;
}
message ReadResponse {
string response = 1;
}