Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias $.google.protobuf.FieldOptions
import { type $ } from "https://deno.land/x/pbkit@v0.0.70/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; debugRedact?: boolean; retention?: OptionRetention; targets: OptionTargetType[]; editionDefaults: EditionDefault[]; features?: FeatureSet; uninterpretedOption: UninterpretedOption[]; }