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

ClassItem

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

An item of the class.

interface ClassItem {
value?: string;
}

§Properties

§
value?: string
[src]

The class item's value.