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

RollbackRequest

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

The request for Rollback.

interface RollbackRequest {
transactionId?: Uint8Array;
}

§Properties

§
transactionId?: Uint8Array
[src]

Required. The transaction to roll back.