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

TaskRunSortColumnType

import type { TaskRunSortColumnType } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
type TaskRunSortColumnType =
| "TASK_RUN_TYPE"
| "STATUS"
| "STARTED"

§Type

§
"TASK_RUN_TYPE" | "STATUS" | "STARTED" | cmnP.UnexpectedEnumValue
[src]