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

ProtectiveEquipmentType

import type { ProtectiveEquipmentType } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
type ProtectiveEquipmentType =
| "FACE_COVER"
| "HAND_COVER"
| "HEAD_COVER"

§Type

§
"FACE_COVER" | "HAND_COVER" | "HEAD_COVER" | cmnP.UnexpectedEnumValue
[src]