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

Attachment

import type { Attachment } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

Attachment with application-specific information about an alert.

interface Attachment {
csv?: Csv;
}

§Properties

§
csv?: Csv
[src]

A CSV file attachment.