@watzon/baserow
    Preparing search index...

    Interface AuditLog

    interface AuditLog {
        action_type: string;
        description: string;
        id: number;
        ip_address: null | string;
        timestamp: string;
        type: string;
        user: string;
        workspace: string;
    }
    Index

    Properties

    action_type: string
    description: string
    id: number
    ip_address: null | string
    timestamp: string
    type: string
    user: string
    workspace: string