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

FileType

import type { FileType } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
type FileType =
| "CSV"
| "JSON"
| "PARQUET"

§Type

§
"CSV" | "JSON" | "PARQUET" | cmnP.UnexpectedEnumValue
[src]