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

PutMetadataFlagBody

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

Stores the metadata information about a feature on a form or view.

interface PutMetadataFlagBody {
newValue: string;
}

§Properties

§
newValue: string
[src]

The new information to store.