@ark7/model - v2.0.56
    Preparing search index...

    Interface CompoundIndexOptions

    interface CompoundIndexOptions {
        indexes?: {
            fields: CompoundIndexOptionsFields;
            options?: CompoundIndexOptionsOptions;
        }[];
    }
    Index

    Properties

    Properties

    indexes?: {
        fields: CompoundIndexOptionsFields;
        options?: CompoundIndexOptionsOptions;
    }[]