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

GetMetadataResponse

import type { GetMetadataResponse } from "https://aws-api.deno.dev/v0.4/services/amplifyuibuilder.ts?docs=full";
interface GetMetadataResponse {
features: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
features: {
[key: string]: string | null | undefined;
}
[src]

Represents the configuration settings for the features metadata.