Interface IBaseOutput

The base output type.

interface IBaseOutput {
    output_type: string;
    [key: string]: undefined | PartialJSONValue;
}

Hierarchy (View Summary)

Indexable

Properties

Properties

output_type: string

Type of cell output.