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

CaptureContentTypeHeader

import type { CaptureContentTypeHeader } from "https://aws-api.deno.dev/v0.3/services/sagemaker.ts?docs=full";
interface CaptureContentTypeHeader {
CsvContentTypes?: string[] | null;
JsonContentTypes?: string[] | null;
}

§Properties

§
CsvContentTypes?: string[] | null
[src]
§
JsonContentTypes?: string[] | null
[src]