mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-01 21:37:38 +00:00
9 lines
107 B
Protocol Buffer
9 lines
107 B
Protocol Buffer
![]() |
syntax = "proto3";
|
||
|
|
||
|
enum UserEvent {
|
||
|
AuthCheck = 0;
|
||
|
SignIn = 1;
|
||
|
SignUp = 2;
|
||
|
SignOut = 3;
|
||
|
}
|