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