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

AdminCreateUserResponse

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

Represents the response from the server to the request to create the user.

interface AdminCreateUserResponse {
User?: UserType | null;
}

§Properties

§
User?: UserType | null
[src]

The newly created user.