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

ChangeType

import type { ChangeType } from "https://aws-api.deno.dev/v0.3/services/finspacedata.ts?docs=full";

Indicates how the given change will be applied to the dataset.

type ChangeType =
| "REPLACE"
| "APPEND"
| "MODIFY"

§Type

§
"REPLACE" | "APPEND" | "MODIFY" | cmnP.UnexpectedEnumValue
[src]