SignalCD Modern PoC API
    Preparing search index...

    Interface SyncLogEntry

    interface SyncLogEntry {
        debugError?: string;
        direction?: SyncLogDirection;
        documentId?: string;
        envelopeKind?: string;
        level: SyncLogLevel;
        messageId?: string;
        preview?: string;
        rawSizeBytes?: number;
        recipientPhone?: string;
        senderPhone?: string;
        signatureValid?: boolean;
        timestamp: number;
    }
    Index
    debugError?: string
    direction?: SyncLogDirection
    documentId?: string
    envelopeKind?: string
    messageId?: string
    preview?: string
    rawSizeBytes?: number
    recipientPhone?: string
    senderPhone?: string
    signatureValid?: boolean
    timestamp: number