@pondpilot/flowscope-core
    Preparing search index...

    Interface ColumnSchema

    interface ColumnSchema {
        dataType?: string;
        name: string;
    }
    Index

    Properties

    Properties

    dataType?: string
    name: string