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

CalculatedMeasureField

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

The table calculation measure field for pivot tables.

interface CalculatedMeasureField {
Expression: string;
FieldId: string;
}

§Properties

§
Expression: string
[src]

The expression in the table calculation.

§
FieldId: string
[src]

The custom field ID.