ObjectCustomContextPayload
import type { ObjectCustomContextPayload } from "https://googleapis.deno.dev/v1/storagebatchoperations:v1.ts";Describes the payload of a user defined object custom context.
interface ObjectCustomContextPayload {
value?: string;
}