Argument of type '{ autoIndex: false; retryWrites: true; }' is not assignable to parameter of type 'ConnectOptions'.
Type '{ autoIndex: false; retryWrites: true; }' is missing the following properties from type 'ConnectOptions': family, hints, localAddress, localPort, lookupdeno-ts(2345)
(property) ConnectOptions.autoIndex?: boolean | undefined
Set to false to disable automatic index creation for all models associated with this connection.
Argument of type '{ autoIndex: false; retryWrites: true; }' is not assignable to parameter of type 'ConnectOptions'.
Type '{ autoIndex: false; retryWrites: true; }' is missing the following properties from type 'ConnectOptions': family, hints, localAddress, localPort, lookupdeno-ts(2345)
(property) ConnectOptions.autoIndex?: boolean | undefined
Set to false to disable automatic index creation for all models associated with this connection.