import { mongoose } from "https://deno.land/x/mongoose@8.6.3/types/index.d.ts";
const { Schema } = mongoose;
Creates a virtual type with the given name.
Type Parameters
optional
T = HydratedDocument<DocType, TVirtuals & TInstanceMethods, TQueryHelpers>Parameters
optional
options: VirtualTypeOptions<T, DocType>