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

    Interface ObjectStoreSchema

    ObjectStoreSchema describes the indexes and columns attached to an object store.

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

    Properties

    Properties

    indexes: IndexSchema[]
    columns: ColumnDef[]