AskSQL API Reference (core v0.10.0)
    Preparing search index...

    Interface ResultColumn

    interface ResultColumn {
        dbType?: string;
        kind: ColumnKind;
        name: string;
    }
    Index
    dbType?: string
    name: string