Data from a sequence

interface SequenceRowsInsertData {
    columns: string[];
    rows: SequenceRowData[];
}

Properties

Properties

columns: string[]

Column external ids in the same order as the values for each row

List of row information