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

DatasetOwnerInfo

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

A structure for Dataset owner info.

interface DatasetOwnerInfo {
email?: string | null;
name?: string | null;
phoneNumber?: string | null;
}

§Properties

§
email?: string | null
[src]

Email address for the Dataset owner.

§
name?: string | null
[src]

Name of the Dataset owner.

§
phoneNumber?: string | null
[src]

Phone number for the Dataset owner.