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

Line

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

Contains information about a single line from logs.

interface Line {
content?: string;
lineNumber?: number;
}

§Properties

§
content?: string
[src]

Text content of the log line.

§
lineNumber?: number
[src]

Number of the line.