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

    Secondary index definition for an object store.

    interface IndexSchema {
        name: string;
        keyPath: string[];
        unique?: boolean;
    }
    Index

    Properties

    Properties

    name: string
    keyPath: string[]
    unique?: boolean