fieldnotesai
    Preparing search index...

    Provides functionality for session note.

    interface SessionNote {
        content: string;
        trashedAt?: string | null;
        updatedAt: string;
    }
    Index

    Properties

    content: string
    trashedAt?: string | null
    updatedAt: string