Use MemoryRecord instead. Will be removed in next major version.

interface MemoryEntry {
    content: Content;
    author?: string;
    timestamp?: string;
}

Properties

content: Content
author?: string
timestamp?: string