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

ScanDirection

import type { ScanDirection } from "https://aws-api.deno.dev/v0.3/services/connectparticipant.ts?docs=full";
type ScanDirection = "FORWARD" | "BACKWARD" | cmnP.UnexpectedEnumValue;

§Type

§
"FORWARD" | "BACKWARD" | cmnP.UnexpectedEnumValue
[src]