CustomContextUpdates
import type { CustomContextUpdates } from "https://googleapis.deno.dev/v1/storagebatchoperations:v1.ts";Describes a collection of updates to apply to custom contexts identified by key.
interface CustomContextUpdates {
keysToClear?: string[];
updates?: {};
}[key: string]: ObjectCustomContextPayload;