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

ExportFileFormat

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

Data View Export File Format

type ExportFileFormat = "PARQUET" | "DELIMITED_TEXT" | cmnP.UnexpectedEnumValue;

§Type

§
"PARQUET" | "DELIMITED_TEXT" | cmnP.UnexpectedEnumValue
[src]