@watzon/baserow
    Preparing search index...

    Interface RowHistoryEntry

    interface RowHistoryEntry {
        actionType: string;
        after: Record<string, any>;
        before: Record<string, any>;
        fieldsMetadata: Record<string, any>;
        id: number;
        timestamp: string;
        user: { id: number; name: string };
    }
    Index

    Properties

    actionType: string
    after: Record<string, any>
    before: Record<string, any>
    fieldsMetadata: Record<string, any>
    id: number
    timestamp: string
    user: { id: number; name: string }