import { mongoose } from "https://deno.land/x/mongoose@7.8.2/types/index.d.ts";
const { Schema } = mongoose;
Add an alias for path
. This means getting or setting the alias
is equivalent to getting or setting the path
.
import { mongoose } from "https://deno.land/x/mongoose@7.8.2/types/index.d.ts";
const { Schema } = mongoose;
Add an alias for path
. This means getting or setting the alias
is equivalent to getting or setting the path
.