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

CreateChangesetResponse

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

The response from a CreateChangeset operation.

interface CreateChangesetResponse {
changesetId?: string | null;
datasetId?: string | null;
}

§Properties

§
changesetId?: string | null
[src]

The unique identifier of the Changeset that is created.

§
datasetId?: string | null
[src]

The unique identifier for the FinSpace Dataset where the Changeset is created.