Data shape after the transformation.

interface DataOutput {
    columns?: number;
    rows?: number;
}

Properties

Properties

columns?: number

The number of columns.

rows?: number

The number of rows.