mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
6 lines
82 B
Protocol Buffer
6 lines
82 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message UserError {
|
|
int32 code = 1;
|
|
string msg = 2;
|
|
}
|