Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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?: {};
}

§Properties

§
keysToClear?: string[]
[src]

Optional. Custom contexts to clear by key. A key cannot be present in both updates and keys_to_clear.

§
updates?: {}
[src]

Optional. Insert or update the existing custom contexts.