matrix-appservice-bridge
    Preparing search index...

    Interface EnsureIndexOptions

    interface EnsureIndexOptions {
        fieldName: string;
        sparse?: boolean;
        unique?: boolean;
    }
    Index
    fieldName: string
    sparse?: boolean
    unique?: boolean