This commit is contained in:
12
proto/v1/collections/element_kind.proto
Normal file
12
proto/v1/collections/element_kind.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package v1.collections.common;
|
||||
|
||||
enum ElementKind {
|
||||
INT = 0;
|
||||
FLOAT = 1;
|
||||
BOOL = 2;
|
||||
STRING = 3;
|
||||
OBJECT = 4;
|
||||
LIST = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user