method mongoose.Schema.prototype.queueimport { mongoose } from "https://deno.land/x/mongoose@7.8.2/types/index.d.ts"; const { Schema } = mongoose; queue(name: string, args: any[]): thisAdds a method call to the queue. Adds a method call to the queue. Parametersname: stringargs: any[]Returnsthis