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

ModValue

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

Returns the value and associated metadata for a particular field of the Mod.

interface ModValue {
columnMetadataIndex?: number;
value?: any;
}

§Properties

§
columnMetadataIndex?: number
[src]

Index within the repeated column_metadata field, to obtain the column metadata for the column that was modified.

§
value?: any
[src]

The value of the column.