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

GoogleCloudAdvisorynotificationsV1CsvCsvRow

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

A representation of a single data row in a CSV file.

interface GoogleCloudAdvisorynotificationsV1CsvCsvRow {
entries?: string[];
}

§Properties

§
entries?: string[]
[src]

The data entries in a CSV file row, as a string array rather than a single comma-separated string.