UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

2 lines (1 loc) 196 B
export type ProtobufFieldType = 'bool' | 'bytes' | 'double' | 'fixed32' | 'fixed64' | 'float' | 'int32' | 'int64' | 'sfixed32' | 'sfixed64' | 'sint32' | 'sint64' | 'string' | 'uint32' | 'uint64';