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

JobType

import type { JobType } from "https://aws-api.deno.dev/v0.4/services/importexport.ts?docs=full";

Specifies whether the job to initiate is an import or export job.

type JobType = "Import" | "Export" | cmnP.UnexpectedEnumValue;

§Type

§
"Import" | "Export" | cmnP.UnexpectedEnumValue
[src]