syntax = "proto3";
enum GridNotification {
Unknown = 0;
GridDidUpdateBlock = 10;
GridDidUpdateCells = 20;
GridDidUpdateFields = 30;
}