fieldnotesai
    Preparing search index...

    Provides functionality for session notes conflict resolution.

    interface SessionNotesConflictResolution {
        hasConflict: boolean;
        localUpdatedAt: string | null;
        remoteUpdatedAt: string | null;
        resolvedNotes: SessionNote[];
        winner: SessionNotesConflictWinner;
    }
    Index

    Properties

    hasConflict: boolean
    localUpdatedAt: string | null
    remoteUpdatedAt: string | null
    resolvedNotes: SessionNote[]