Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias $.google.protobuf.FileOptions.OptimizeMode
import { type $ } from "https://deno.land/x/pbkit@v0.0.55/generated/messages/google/protobuf/(FileOptions)/OptimizeMode.ts";
const { OptimizeMode } = $.google.protobuf.FileOptions;
definition:
| "UNSPECIFIED"
| "SPEED"
| "CODE_SIZE"
| "LITE_RUNTIME"