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

GetChangesetRequest

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

Request to describe a changeset.

interface GetChangesetRequest {
changesetId: string;
datasetId: string;
}

§Properties

§
changesetId: string
[src]

The unique identifier of the Changeset for which to get data.

§
datasetId: string
[src]

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