@zakodium/adonis-mongodb
    Preparing search index...

    Interface ModelDocumentOptions<DriverOptionType>

    interface ModelDocumentOptions<DriverOptionType> {
        driverOptions?: Omit<DriverOptionType, "session">;
    }

    Type Parameters

    • DriverOptionType
    Index

    Properties

    Properties

    driverOptions?: Omit<DriverOptionType, "session">