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

StringRestrictions

import type { StringRestrictions } from "https://googleapis.deno.dev/v1/alloydb:v1.ts";

Restrictions on STRING type values

interface StringRestrictions {
allowedValues?: string[];
}

§Properties

§
allowedValues?: string[]
[src]

The list of allowed values, if bounded. This field will be empty if there is a unbounded number of allowed values.