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

ProjectSortByType

import type { ProjectSortByType } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
type ProjectSortByType =
| "NAME"
| "CREATED_TIME"
| "LAST_MODIFIED_TIME"

§Type

§
"NAME" | "CREATED_TIME" | "LAST_MODIFIED_TIME" | cmnP.UnexpectedEnumValue
[src]