import { mongoose } from "https://deno.land/x/mongoose@6.13.4/types/index.d.ts";
const { Schema } = mongoose;
Returns the virtual type with the given name
.
Type Parameters
optional
T = HydratedDocument<DocType, TInstanceMethods>Returns
VirtualType<T> | null