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

SampleType

import type { SampleType } from "https://aws-api.deno.dev/v0.4/services/databrew.ts?docs=full";
type SampleType =
| "FIRST_N"
| "LAST_N"
| "RANDOM"

§Type

§
"FIRST_N" | "LAST_N" | "RANDOM" | cmnP.UnexpectedEnumValue
[src]