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

AvroFormat

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

Configuration for reading Cloud Storage data in Avro binary format. The bytes of each object will be set to the data field of a Pub/Sub message.

interface AvroFormat {}