Interface TableFormat<T>

TableFormat represents a object with rows and columns.

Type Parameters

  • T = unknown

Hierarchy

  • TableFormat

Properties

Properties

columns: {
    name: string;
}[]

Type declaration

  • name: string
rows: ValueOf<T>[]

Generated using TypeDoc