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

ProjectOperation

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

A transform operation that projects columns. Operations that come after a projection can only refer to projected columns.

interface ProjectOperation {
ProjectedColumns: string[];
}

§Properties

§
ProjectedColumns: string[]
[src]

Projected columns.