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

UserDataValidationParameters

import type { UserDataValidationParameters } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";

Contains validation parameters.

interface UserDataValidationParameters {
scriptType?: ScriptType | null;
source?: Source | null;
}

§Properties

§
scriptType?: ScriptType | null
[src]

The type of validation script.

§
source?: Source | null
[src]

The location of the validation script.