interface FileBasedTable {
    header: string[];
    rows: string[][];
}

Properties

Properties

header: string[]
rows: string[][]