import mongoose from 'mongoose'; import { Nullable } from '../types/pitmart'; export interface IPitmartBaseModelOption { model: Nullable; database: Nullable; schema: Nullable; } //# sourceMappingURL=PitmartBaseInterface.d.ts.map