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

DataRepositoryTaskType

import type { DataRepositoryTaskType } from "https://aws-api.deno.dev/v0.3/services/fsx.ts?docs=full";
type DataRepositoryTaskType = "EXPORT_TO_REPOSITORY" | "IMPORT_METADATA_FROM_REPOSITORY" | cmnP.UnexpectedEnumValue;

§Type

§
"EXPORT_TO_REPOSITORY" | "IMPORT_METADATA_FROM_REPOSITORY" | cmnP.UnexpectedEnumValue
[src]