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

ListExportsResponse

import type { ListExportsResponse } from "https://googleapis.deno.dev/v1/vault:v1.ts";

The exports for a matter.

interface ListExportsResponse {
exports?: Export[];
nextPageToken?: string;
}

§Properties

§
exports?: Export[]
[src]

The list of exports.

§
nextPageToken?: string
[src]

Page token to retrieve the next page of results in the list.