Hiyve Components - v1.0.0
    Preparing search index...

    Chat note file structure (same shape as NoteFile from @hiyve/react-notes).

    interface ChatNoteFile {
        authorId: string;
        authorName?: string;
        content: JSONContent;
        createdAt: string;
        id: string;
        title: string;
        updatedAt: string;
    }
    Index

    Properties

    authorId: string
    authorName?: string
    content: JSONContent
    createdAt: string
    id: string
    title: string
    updatedAt: string