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

SuperuserParameters

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

Configuration information for the superuser.

interface SuperuserParameters {
emailAddress: string;
firstName: string;
lastName: string;
}

§Properties

§
emailAddress: string
[src]

The email address of the superuser.

§
firstName: string
[src]

The first name of the superuser.

§
lastName: string
[src]

The last name of the superuser.