mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-25 01:50:56 +00:00
7 lines
77 B
Protocol Buffer
7 lines
77 B
Protocol Buffer
![]() |
syntax = "proto3";
|
||
|
|
||
|
enum GridEvent {
|
||
|
CreateGrid = 0;
|
||
|
OpenGrid = 1;
|
||
|
}
|