Type Alias DataTable

type DataTable = {
    qName?: string;
    qType?: string;
}
Index

Properties

Properties

qName?: string

Name of the table.

qType?: string

Type of the table. For example: Table or View.