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

OutputConfig

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

The output content

interface OutputConfig {
gcsDestination?: GcsDestination;
}

§Properties

§
gcsDestination?: GcsDestination
[src]

Google Cloud Storage destination for output content.