fieldnotesai
Preparing search index...
src/services/sessionNotesConflictService
SessionNotesConflictResolution
Interface SessionNotesConflictResolution
Provides functionality for session notes conflict resolution.
interface
SessionNotesConflictResolution
{
hasConflict
:
boolean
;
localUpdatedAt
:
string
|
null
;
remoteUpdatedAt
:
string
|
null
;
resolvedNotes
:
SessionNote
[]
;
winner
:
SessionNotesConflictWinner
;
}
Index
Properties
has
Conflict
local
Updated
At
remote
Updated
At
resolved
Notes
winner
Properties
has
Conflict
hasConflict
:
boolean
local
Updated
At
localUpdatedAt
:
string
|
null
remote
Updated
At
remoteUpdatedAt
:
string
|
null
resolved
Notes
resolvedNotes
:
SessionNote
[]
winner
winner
:
SessionNotesConflictWinner
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
has
Conflict
local
Updated
At
remote
Updated
At
resolved
Notes
winner
fieldnotesai
Loading...
Provides functionality for session notes conflict resolution.