AppFlowy/rust-lib/flowy-user/src/protobuf/proto/event.proto

9 lines
107 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
enum UserEvent {
AuthCheck = 0;
SignIn = 1;
SignUp = 2;
SignOut = 3;
}