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

NumberAttributeConstraintsType

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

The minimum and maximum values of an attribute that is of the number data type.

interface NumberAttributeConstraintsType {
MaxValue?: string | null;
MinValue?: string | null;
}

§Properties

§
MaxValue?: string | null
[src]

The maximum value of an attribute that is of the number data type.

§
MinValue?: string | null
[src]

The minimum value of an attribute that is of the number data type.