export type ProtoField = {
  fieldDomainType?: string;
  fieldTypeUpperUnderscored?: string;
  fieldProtobufType?: string;

  isProtobufCustomType?: string;
};
