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

BatchGetSchemaOutput

import type { BatchGetSchemaOutput } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";
interface BatchGetSchemaOutput {
schemas: Schema[];
}

§Properties

§

Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.

§
schemas: Schema[]
[src]

The retrieved list of schemas.