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

TextConfig

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

Configuration for writing message data in text format. Message payloads will be written to files as raw text, separated by a newline.

interface TextConfig {}