import { mongoose } from "https://deno.land/x/mongoose@8.6.3/types/index.d.ts";
const { Schema } = mongoose;
Returns a new schema that has the paths
from the original schema, minus the omitted ones.
import { mongoose } from "https://deno.land/x/mongoose@8.6.3/types/index.d.ts";
const { Schema } = mongoose;
Returns a new schema that has the paths
from the original schema, minus the omitted ones.