Skip to main content
Go to Latest
type alias $.google.protobuf.FieldOptions
import { type $ } from "https://deno.land/x/pbkit@v0.0.58/generated/messages/google/protobuf/FieldOptions.ts";
const { FieldOptions } = $.google.protobuf;
definition: { ctype?: CType; packed?: boolean; deprecated?: boolean; lazy?: boolean; jstype?: JSType; weak?: boolean; unverifiedLazy?: boolean; uninterpretedOption: UninterpretedOption[]; }