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

CreateDatasetResponse

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

The response from a CreateDataset operation

interface CreateDatasetResponse {
datasetId?: string | null;
}

§Properties

§
datasetId?: string | null
[src]

The unique identifier for the created Dataset.