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

FieldValue

import type { FieldValue } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";

Object for case field values.

interface FieldValue {
id: string;
}

§Properties

§
id: string
[src]

Unique identifier of a field.

§

Union of potential field value types.