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

PieChartFieldWells

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

The field well configuration of a pie chart.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface PieChartFieldWells {
PieChartAggregatedFieldWells?: PieChartAggregatedFieldWells | null;
}

§Properties

§
PieChartAggregatedFieldWells?: PieChartAggregatedFieldWells | null
[src]

The field well configuration of a pie chart.