1 | import { Type } from '@nestjs/common';
|
2 | import * as mongoose from 'mongoose';
|
3 | export declare class DefinitionsFactory {
|
4 | static createForClass(target: Type<unknown>): mongoose.SchemaDefinition;
|
5 | private static inspectTypeDefinition;
|
6 | private static inspectRef;
|
7 | private static isPrimitive;
|
8 | private static isMongooseSchemaType;
|
9 | }
|