/// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// import { Schema } from 'mongoose'; import type { IMemoryEntry } from '~/types/memory'; declare const MemoryEntrySchema: Schema; export default MemoryEntrySchema;