Documentation
    Preparing search index...

    Interface TableNameWithSchema

    interface TableNameWithSchema {
        delimiter?: string;
        schema?: string;
        tableName: string;
    }
    Index
    delimiter?: string
    schema?: string
    tableName: string