Last active 1681909756

Revision b73ab645a5e42e5b623694aa486136b19ea17399

test.proto Raw
1// The supported template types.
2enum TemplateType {
3 // Not specified by the user.
4 TEMPLATE_TYPE_UNSPECIFIED = 0;
5
6}