Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mongoose/types/index.d.ts>mongoose.Schema#alias

MongoDB object modeling designed to work in an asynchronous environment.
Go to Latest
method mongoose.Schema.prototype.alias
import { mongoose } from "https://deno.land/x/mongoose@6.12.9/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.

Parameters

path: string
alias: string | string[]