fieldnotesai
    Preparing search index...

    Provides functionality for resolve session notes conflict options.

    interface ResolveSessionNotesConflictOptions {
        localUpdatedAt?: string | null;
        remoteUpdatedAt?: string | null;
    }
    Index

    Properties

    localUpdatedAt?: string | null
    remoteUpdatedAt?: string | null