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

DiffVersionResponse

import type { DiffVersionResponse } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";

Backend response for a Diff get version response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.

interface DiffVersionResponse {
objectSizeBytes?: bigint;
objectVersion?: string;
}

§Properties

§
objectSizeBytes?: bigint
[src]

The total size of the server object.

§
objectVersion?: string
[src]

The version of the object stored at the server.