mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
412 B
TypeScript
10 lines
412 B
TypeScript
// Type definitions for mongoose-deep-populate 2.0.3
|
|
// Project: https://github.com/buunguyen/mongoose-deep-populate
|
|
// Definitions by: Aya Morisawa <https://github.com/AyaMorisawa>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.8
|
|
|
|
import { Mongoose, Schema } from 'mongoose';
|
|
|
|
export default function (mongoose: Mongoose): (schema: Schema, options: Object) => void;
|