@qualithm/arrow-flight-sql-js - v0.4.3
    Preparing search index...

    Type Alias TableType

    Table type names (e.g., "TABLE", "VIEW", "SYSTEM TABLE")

    type TableType = {
        tableType: string;
    }
    Index

    Properties

    Properties

    tableType: string