@valon-technologies/gestalt
    Preparing search index...

    Object store schema used during store creation.

    interface ObjectStoreSchema {
        indexes?: IndexSchema[];
        columns?: ColumnSchema[];
    }
    Index

    Properties

    Properties

    indexes?: IndexSchema[]
    columns?: ColumnSchema[]