Interface IUnrecognizedOutput

Unrecognized output.

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

Hierarchy (View Summary)

Indexable

Properties

Properties

output_type: string

Type of cell output.