Trying to add a time out to a function that grabs the model, where the type of it in the following format public async grabModel(): Promise<PaginateModel<T>> where T is the extender.
The problem is I'm trying to use a timeout such as maxTimeMS(25000) to add a 25 second time and get the issue Property 'maxTimeMS' does not exist on type Promise<PaginateModel<T>> i'd really appreciate any help.