ObjectCustomContextPayload
import type { ObjectCustomContextPayload } from "https://googleapis.deno.dev/v1/storage:v1.ts";
The payload of a single user-defined object context.
interface ObjectCustomContextPayload {
createTime?: Date;
updateTime?: Date;
value?: string;
}