Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias $.google.protobuf.MethodOptions.IdempotencyLevel
import { type $ } from "https://deno.land/x/pbkit@v0.0.70/generated/messages/google/protobuf/(MethodOptions)/IdempotencyLevel.ts";
const { IdempotencyLevel } = $.google.protobuf.MethodOptions;
definition: "IDEMPOTENCY_UNKNOWN" | "NO_SIDE_EFFECTS" | "IDEMPOTENT"