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

ReportExportConfigType

import type { ReportExportConfigType } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
type ReportExportConfigType = "S3" | "NO_EXPORT" | cmnP.UnexpectedEnumValue;

§Type

§
"S3" | "NO_EXPORT" | cmnP.UnexpectedEnumValue
[src]