RecordColDef: {
    colName: string;
    colType: string;
}

Definition of a record column containing the name and the datatype of the column

Type declaration

  • colName: string
  • colType: string

Generated using TypeDoc