type alias mongoose.InferIdimport { type mongoose } from "https://deno.land/x/mongoose@8.6.3/types/index.d.ts"; const { InferId } = mongoose; Type ParametersTdefinition: T extends { _id?: any; } ? T["_id"] : Types.ObjectId