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

ParameterConstraints

import type { ParameterConstraints } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";

Validation constraints imposed on parameters of a request (path, query string, headers).

interface ParameterConstraints {
Required?: boolean | null;
}

§Properties

§
Required?: boolean | null
[src]

Whether or not the parameter is required.